public int y { get; set; }
Public Property y As Integer Get Set
public: property int^ y { int^ get (); void set (int^ value); }