Despatch (ASBIE). An association to the Despatch.

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

Property Value

Type: IDespatch

Implements

IDelivery..::..Despatch

Remarks

Dictionary entry name
Delivery. Despatch
Cardinality
0..1

See Also