Selerix Developer Tools
PayerEIN Property






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

Property Value

The payer EIN.
See Also

Reference

Product Class
Product Members