Selerix Developer Tools
ProductID Property (PayerProductLocationEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayerProductLocationEDI Class : ProductID Property
Gets or sets the product ID.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property ProductID As String
'Usage
 
Dim instance As PayerProductLocationEDI
Dim value As String
 
instance.ProductID = value
 
value = instance.ProductID
[XmlAttribute()]
public string ProductID {get; set;}
public read-write property ProductID: String; 
XmlAttributeAttribute()
public function get,set ProductID : String
[XmlAttribute()]
public: __property string* get_ProductID();
public: __property void set_ProductID( 
   string* value
);
[XmlAttribute()]
public:
property String^ ProductID {
   String^ get();
   void set (    String^ value);
}

Property Value

The product ID.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members