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 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