Gets or sets the QUANTITY_BACKORDERED field of the COrderLine.

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

Syntax

C#
public double QuantityBackordered { get; set; }
Visual Basic
Public Property QuantityBackordered As Double
	Get
	Set
Visual C++
public:
property double QuantityBackordered {
	double get ();
	void set (double value);
}

See Also