Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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