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