Inventory..::..Discountable Property

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

Syntax


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