ScriptApplicationManager.QueryGroups property

Tracks all query groups on the current page.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property QueryGroups As Dictionary(Of String, QueryGroup)
    Get
'Usage
Dim instance As ScriptApplicationManager
Dim value As Dictionary(Of String, QueryGroup)

value = instance.QueryGroups
public Dictionary<string, QueryGroup> QueryGroups { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, QueryGroup>

See also

Reference

ScriptApplicationManager class

ScriptApplicationManager members

Microsoft.Office.Server.Search.WebControls namespace