public decimal PriceExGST { get; set; }
Public Property PriceExGST As Decimal Get Set
public: property Decimal^ PriceExGST { Decimal^ get (); void set (Decimal^ value); }