PurchaseOrder..::..IsAutoReordering Property

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

Syntax


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