Contact (ASBIE). An association to Buyer Contact.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IContact BuyerContact { get; set; } |
| Visual Basic |
|---|
Public Property BuyerContact As IContact
Get
Set |
| Visual C++ |
|---|
public:
virtual property IContact^ BuyerContact {
IContact^ get () sealed;
void set (IContact^ value) sealed;
} |
| F# |
|---|
abstract BuyerContact : IContact with get, set
override BuyerContact : IContact with get, set |
Property Value
Type:
IContactImplements
ICustomerParty..::..BuyerContactRemarks
See Also