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