Selerix Developer Tools
MasterGroupNumberLabel Property (DeductionCode)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DeductionCode Class : MasterGroupNumberLabel Property
Gets or sets the master group number label.
Syntax
'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);
}

Property Value

The master group number label.
See Also

Reference

DeductionCode Class
DeductionCode Members