Query.GetSearchApp Method
Gets the search context for the Shared Service Provider's search service.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function GetSearchApp As SearchContext
'Usage
Dim returnValue As SearchContext
returnValue = Me.GetSearchApp()
protected SearchContext GetSearchApp()
Return Value
Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object representing the search service.