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