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