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