Share via


SearchContext.GetContext Method (ServerContext)

Gets the search context instance for the ServerContext object.

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

Syntax

'Declaration
Public Shared Function GetContext ( _
    serverContext As ServerContext _
) As SearchContext
'Usage
Dim serverContext As ServerContext
Dim returnValue As SearchContext

returnValue = SearchContext.GetContext(serverContext)
public static SearchContext GetContext(
    ServerContext serverContext
)

Parameters

Return Value

Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object representing the search context for the Shared Services Provider.

Remarks

For more information about the SearchContext class and the Enterprise Search Administration object model, see Getting Started with the Enterprise Search Administration Object Model and How to: Return the Search Context for the Search Service Provider.

See Also

Reference

SearchContext Class

SearchContext Members

GetContext Overload

Microsoft.Office.Server.Search.Administration Namespace