SellingPrice..::..PriceIsIncTax Property

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

Syntax


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