public int Height { get; set; }
Public Property Height As Integer Get Set
public: property int Height { int get (); void set (int value); }
member Height : int with get, set