Consignment (ASBIE). An association to Consignment covered by the status message.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IConsignment Consignment { get; set; } |
| Visual Basic |
|---|
Public Property Consignment As IConsignment
Get
Set |
| Visual C++ |
|---|
public:
virtual property IConsignment^ Consignment {
IConsignment^ get () sealed;
void set (IConsignment^ value) sealed;
} |
| F# |
|---|
abstract Consignment : IConsignment with get, set
override Consignment : IConsignment with get, set |
Property Value
Type:
IConsignmentImplements
ITransportationStatus..::..ConsignmentRemarks
See Also