Inventory..::..BackOrderable Property

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

Syntax


public bool BackOrderable { get; set; }
Public Property BackOrderable As Boolean
	Get
	Set
public:
property bool^ BackOrderable {
	bool^ get ();
	void set (bool^ value);
}