Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the shared query manager object.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property QueryManager As QueryManager
Get
'Usage
Dim instance As SharedQueryManager
Dim value As QueryManager
value = instance.QueryManager
public QueryManager QueryManager { get; }
Property Value
Type: Microsoft.Office.Server.Search.Query.QueryManager
The shared query manager.