Gets or sets the master group number label.
Syntax
public read-write property MasterGroupNumberLabel: String;
[XmlElement()]
public: __property string* get_MasterGroupNumberLabel();
public: __property void set_MasterGroupNumberLabel(
string* value
);
'Declaration
<XmlElementAttribute()>
Public Property MasterGroupNumberLabel As String
'Usage
Dim instance As DeductionCode
Dim value As String
instance.MasterGroupNumberLabel = value
value = instance.MasterGroupNumberLabel
Property Value
The master group number label.
See Also