Gets the number of 'Ordered Shipment' entries in the container object.
Ordered Shipment (ASBIE). An association to Ordered Shipment.
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 int GetOrderedShipmentCount() |
| Visual Basic |
|---|
Public Function GetOrderedShipmentCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetOrderedShipmentCount() sealed |
| F# |
|---|
abstract GetOrderedShipmentCount : unit -> int
override GetOrderedShipmentCount : unit -> int |
Return Value
Type:
Int32The number of
IOrderedShipment object instances in the container object.
Implements
ILineItem..::..GetOrderedShipmentCount()()()()
See Also