 | CommonContractTypePendingElectronicContractID Property |
If the contract is pending, it may have a different contract ID. This ID is stored and returned differently and is also intended for lookup in various systems.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PendingElectronicContractID { get; set; }
Public Property PendingElectronicContractID As String
Get
Set
function get PendingElectronicContractID () : String
function set PendingElectronicContractID (value : String)
function get_PendingElectronicContractID();
function set_PendingElectronicContractID(value);
Property Value
Type:
String
See Also