SalesOrderLine..::..QuantityOnBackOrder Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.Grouping
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal QuantityOnBackOrder { get; set; }
Public Property QuantityOnBackOrder As Decimal
	Get
	Set
public:
property Decimal^ QuantityOnBackOrder {
	Decimal^ get ();
	void set (Decimal^ value);
}