'Declaration
<XmlElementAttribute()> Public Property MasterGroupNumberLabel As String
'Usage
Dim instance As DeductionCode Dim value As String instance.MasterGroupNumberLabel = value value = instance.MasterGroupNumberLabel
[XmlElement()] public string MasterGroupNumberLabel {get; set;}
public read-write property MasterGroupNumberLabel: String;
XmlElementAttribute() public function get,set MasterGroupNumberLabel : String
[XmlElement()] public: __property string* get_MasterGroupNumberLabel(); public: __property void set_MasterGroupNumberLabel( string* value );
[XmlElement()] public: property String^ MasterGroupNumberLabel { String^ get(); void set ( String^ value); }