Gets or sets the check number.
Syntax
'Declaration
Public Property CheckNumber As String
'Usage
Dim instance As PayHistoryEntry
Dim value As String
instance.CheckNumber = value
value = instance.CheckNumber
public string CheckNumber {get; set;}
public read-write property CheckNumber: String;
public function get,set CheckNumber : String
public: __property string* get_CheckNumber();
public: __property void set_CheckNumber(
string* value
);
public:
property String^ CheckNumber {
String^ get();
void set ( String^ value);
}
Property Value
The check number.
See Also