SearchServiceApplication.GetScopesManagerInfo Method
Retrieves the details of the Search scopes system managed by the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetScopesManagerInfo As ScopesManagerInfo
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As ScopesManagerInfo
returnValue = instance.GetScopesManagerInfo()
public ScopesManagerInfo GetScopesManagerInfo()
Return Value
Type: Microsoft.Office.Server.Search.Administration.ScopesManagerInfo
The information about the Search scopes system.
Implements
ISearchSiteAdministrationServiceApplication.GetScopesManagerInfo()
Remarks
This method retrieves the details of the Search scopes system managed by the SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class