QueryGroup.Title property
The title of the query group.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Title As String
Get
'Usage
Dim instance As QueryGroup
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String