SellingPrice..::..PriceIsIncTax Property

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

Syntax


[DataMemberAttribute]
public bool PriceIsIncTax { get; set; }
<DataMemberAttribute> _
Public Property PriceIsIncTax As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ PriceIsIncTax {
	bool^ get ();
	void set (bool^ value);
}