Gets or sets the QUANTITY_COMMITTED field of the COrderLine.

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

Syntax

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

See Also