string TopText { get; set; }
Property TopText As String Get Set
property String^ TopText { String^ get (); void set (String^ value); }
abstract TopText : string with get, set