ISearchSiteAdministrationServiceApplication.GetScopesManagerInfo method

Retrieves the global settings of the Search scopes system.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetScopesManagerInfo As ScopesManagerInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As ScopesManagerInfo

returnValue = instance.GetScopesManagerInfo()
[OperationContractAttribute]
ScopesManagerInfo GetScopesManagerInfo()

Return value

Type: Microsoft.Office.Server.Search.Administration.ScopesManagerInfo
The global settings of the Search scopes system.

Remarks

This method retrieves the global settings of the Search scopes system managed by the ISearchSiteAdministrationServiceApplication.

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace