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