Selerix Developer Tools
MasterGroupNumber Property (PayerProductLocationEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayerProductLocationEDI Class : MasterGroupNumber Property
Gets or sets the master group number.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property MasterGroupNumber As String
'Usage
 
Dim instance As PayerProductLocationEDI
Dim value As String
 
instance.MasterGroupNumber = value
 
value = instance.MasterGroupNumber
[XmlElement()]
public string MasterGroupNumber {get; set;}
public read-write property MasterGroupNumber: String; 
XmlElementAttribute()
public function get,set MasterGroupNumber : String
[XmlElement()]
public: __property string* get_MasterGroupNumber();
public: __property void set_MasterGroupNumber( 
   string* value
);
[XmlElement()]
public:
property String^ MasterGroupNumber {
   String^ get();
   void set (    String^ value);
}

Property Value

The master group number.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members