Selerix Developer Tools
PayerID Property (Product)






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

Property Value

The payer ID.
See Also

Reference

Product Class
Product Members