Gets or sets the payer.
Syntax
'Declaration
Public Overridable Property Payer As String
'Usage
Dim instance As Product
Dim value As String
instance.Payer = value
value = instance.Payer
public virtual string Payer {get; set;}
public read-write property Payer: String; virtual;
public function get,set Payer : String
public: __property virtual string* get_Payer();
public: __property virtual void set_Payer(
string* value
);
public:
virtual property String^ Payer {
String^ get();
void set ( String^ value);
}
Property Value
The payer.
See Also