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