 | CommonContractTypeCancellationChecks Property |
A list of all the cancellation checks applied to this contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonCancellationCheckType[] CancellationChecks { get; set; }
Public Property CancellationChecks As CommonCancellationCheckType()
Get
Set
function get CancellationChecks () : CommonCancellationCheckType[]
function set CancellationChecks (value : CommonCancellationCheckType[])
function get_CancellationChecks();
function set_CancellationChecks(value);
Property Value
Type:
CommonCancellationCheckType
See Also