 | CommonContractTypeCancelQuoteID Property |
If a cancellation quote has been generated on the contract, this will be populated with the ID necessary to retrieve that quote.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CancelQuoteID { get; set; }
Public Property CancelQuoteID As String
Get
Set
function get CancelQuoteID () : String
function set CancelQuoteID (value : String)
function get_CancelQuoteID();
function set_CancelQuoteID(value);
Property Value
Type:
String
See Also