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