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