Despatch (ASBIE). An association to the Despatch.
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 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:
IDespatchImplements
IDelivery..::..DespatchRemarks
See Also