public string top { get; set; }
Public Property top As String Get Set
public: property String^ top { String^ get (); void set (String^ value); }
member top : string with get, set