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