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