public decimal Amount { get; set; }
Public Property Amount As Decimal
public: property Decimal Amount { Decimal get (); void set (Decimal value); }