Contact (ASBIE). An association to Buyer Contact.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: 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: IContact

Implements

ICustomerParty..::..BuyerContact

Remarks

Dictionary entry name
Customer Party. Buyer_ Contact. Contact
Cardinality
0..1

See Also