public int X { get; set; }
Public Property X As Integer
public: property int X { int get (); void set (int value); }