SearchBox.Query Property
Gets the text from the text box.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Query { get; }
public:
property String^ Query {
String^ get();
}
Public ReadOnly Property Query As String
Property Value
Type: System.String
An instance of String that contains the text.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top