SalesOrderLineCollection..::..TotalBackOrderedQuantity Property

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

Syntax


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