 | CommonContractTypeCustomerContractID Property |
The ID of the contract at the per-customer level. This is the ID intended to be re-sent to various systems in order to query info about the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CustomerContractID { get; set; }
Public Property CustomerContractID As String
Get
Set
function get CustomerContractID () : String
function set CustomerContractID (value : String)
function get_CustomerContractID();
function set_CustomerContractID(value);
Property Value
Type:
String
See Also