public decimal DonationAmount { get; set; }
Public Property DonationAmount As Decimal Get Set
public: property Decimal DonationAmount { Decimal get (); void set (Decimal value); }
member DonationAmount : decimal with get, set
In This Article