Gets a 'Shipment' entry.
Shipment (ASBIE). An association to Shipment.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IShipment GetShipment( int index ) |
| Visual Basic |
|---|
Function GetShipment ( index As Integer ) As IShipment |
| Visual C++ |
|---|
IShipment^ GetShipment( int index ) |
| F# |
|---|
abstract GetShipment : index : int -> IShipment |
Parameters
- index
- Type: System..::..Int32
The index of the IShipment to get.
Return Value
Type: IShipmentThe indexed IShipment object.