PartLine..::..QuantityOnBackOrder Property

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManager
Assembly:  JiwaServiceManager (in JiwaServiceManager.dll)

Syntax


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