 | CommonContractTypeCancelCheckNumber Property |
If the contract is cancelled, the check number of the cancellation check.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CancelCheckNumber { get; set; }
Public Property CancelCheckNumber As String
Get
Set
function get CancelCheckNumber () : String
function set CancelCheckNumber (value : String)
function get_CancelCheckNumber();
function set_CancelCheckNumber(value);
Property Value
Type:
String
See Also