 | CommonContractTypeCancelCheckDate Property |
If the contract is cancelled, the date of the cancellation check.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> CancelCheckDate { get; set; }
Public Property CancelCheckDate As Nullable(Of DateTime)
Get
Set
function get CancelCheckDate () : Nullable<DateTime>
function set CancelCheckDate (value : Nullable<DateTime>)
function get_CancelCheckDate();
function set_CancelCheckDate(value);
Property Value
Type:
NullableDateTime
See Also