Selerix Developer Tools
SubgroupNumber Property (PayerProductLocationEDI)






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

Property Value

The subgroup number.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members