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