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