Contact (ASBIE). An association to Despatch 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 DespatchContact { get; set; }
Visual Basic
Public Property DespatchContact As IContact
	Get
	Set
Visual C++
public:
virtual property IContact^ DespatchContact {
	IContact^ get () sealed;
	void set (IContact^ value) sealed;
}
F#
abstract DespatchContact : IContact with get, set
override DespatchContact : IContact with get, set

Property Value

Type: IContact

Implements

ISupplierParty..::..DespatchContact

Remarks

Dictionary entry name
Supplier Party. Despatch_ Contact. Contact
Cardinality
0..1

See Also