Gets the total number of items on the order.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public double TotalQuantityOrdered { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalQuantityOrdered As Double
Visual C++
public:
property double TotalQuantityOrdered {
	double get ();
}

Field Value

This is the sum of the QuantityOrdered of all items on all lines on the order.

Remarks

This value is calculated automatically. When any items on the order are kits, only the quantity of the kit is considered, not the quanitity of the individual components that make up the kit.

See Also