SearchServiceApplicationProxy.GetScopesInfo method

Retrieves a list of information about every Search scope.

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

Syntax

'Declaration
Public Function GetScopesInfo As List(Of ScopeInfo)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of ScopeInfo)

returnValue = instance.GetScopesInfo()
public List<ScopeInfo> GetScopesInfo()

Return value

Type: System.Collections.Generic.List<ScopeInfo>
The list of the Search scopes information.

Implements

ISearchSiteAdministrationServiceApplication.GetScopesInfo()

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

This method retrieves a list of information about every Search scopes that is defined in the SearchServiceApplicationProxy.

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace