SalesOrderLineCollection..::..TotalPhysicalBackOrderedQuantity Property

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

Syntax


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