'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property GroupName As String
'Usage
Dim instance As RateParam Dim value As String instance.GroupName = value value = instance.GroupName
[XmlAttribute()] [DefaultValue()] public string GroupName {get; set;}
public read-write property GroupName: String;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set GroupName : String
[XmlAttribute()] [DefaultValue()] public: __property string* get_GroupName(); public: __property void set_GroupName( string* value );
[XmlAttribute()] [DefaultValue()] public: property String^ GroupName { String^ get(); void set ( String^ value); }