Selerix Developer Tools
PayerID Property (AgentPayer)






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

Property Value

The payer ID.
See Also

Reference

AgentPayer Class
AgentPayer Members