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