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