 | CommonContractTypeCoBuyerDescriptor Property |
The co-buyer of the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonBuyerDescriptorType CoBuyerDescriptor { get; set; }
Public Property CoBuyerDescriptor As CommonBuyerDescriptorType
Get
Set
function get CoBuyerDescriptor () : CommonBuyerDescriptorType
function set CoBuyerDescriptor (value : CommonBuyerDescriptorType)
function get_CoBuyerDescriptor();
function set_CoBuyerDescriptor(value);
Property Value
Type:
CommonBuyerDescriptorType
See Also