Selerix Developer Tools
PayerID Property (PayerProductLocationEDI)






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

Property Value

The payer ID.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members