SearchServiceApplicationProxy.GetScopesManagerInfo method

Retrieves the details of the Search scopes system managed by the SearchServiceApplicationProxy.

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 SearchServiceApplicationProxy
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()

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

This method retrieves the details of the Search scopes system managed by the SearchServiceApplicationProxy.

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace