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