ReturnedPrice..::..PriceIsIncTax Property

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

Syntax


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