Gets the number of 'Item Location Quantity' entries in the container object.
Item Location Quantity (ASBIE). An association to the description of properties related to locations and quantities of the Item.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
int GetReqItemLocationQtyCount() |
| Visual Basic |
|---|
Function GetReqItemLocationQtyCount As Integer |
| Visual C++ |
|---|
int GetReqItemLocationQtyCount() |
| F# |
|---|
abstract GetReqItemLocationQtyCount : unit -> int
|
Return Value
Type:
Int32The number of
IItemLocationQuantity object instances in the container object.
See Also