Consignment (ASBIE). An association to Consignment covering the shipment.

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 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: IConsignment

Implements

IShipment..::..Consignment

Remarks

Dictionary entry name
Shipment. Consignment
Cardinality
1

See Also