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.
Sets the SetScopesManagerInfo(ScopesManagerInfo) in the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetScopesManagerInfo ( _
scopesManagerInfo As ScopesManagerInfo _
)
'Usage
Dim instance As SearchServiceApplication
Dim scopesManagerInfo As ScopesManagerInfo
instance.SetScopesManagerInfo(scopesManagerInfo)
public void SetScopesManagerInfo(
ScopesManagerInfo scopesManagerInfo
)
Parameters
scopesManagerInfo
Type: Microsoft.Office.Server.Search.Administration.ScopesManagerInfoThe information about the Search scopes system in a Search application.
Implements
ISearchSiteAdministrationServiceApplication.SetScopesManagerInfo(ScopesManagerInfo)
Remarks
The user must have administration permission for the SearchServiceApplication to set the Search scopes system.
See Also
Reference
SearchServiceApplication Class