 | CommonContractTypeBuyerDescriptor Property |
The buyer of the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonBuyerDescriptorType BuyerDescriptor { get; set; }
Public Property BuyerDescriptor As CommonBuyerDescriptorType
Get
Set
function get BuyerDescriptor () : CommonBuyerDescriptorType
function set BuyerDescriptor (value : CommonBuyerDescriptorType)
function get_BuyerDescriptor();
function set_BuyerDescriptor(value);
Property Value
Type:
CommonBuyerDescriptorType
See Also