 | CommonContractTypeCancelQuoteCount Property |
The number of cancellation quotes generated on a contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CancelQuoteCount { get; set; }
Public Property CancelQuoteCount As Integer
Get
Set
function get CancelQuoteCount () : int
function set CancelQuoteCount (value : int)
function get_CancelQuoteCount();
function set_CancelQuoteCount(value);
Property Value
Type:
Int32
See Also