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