SearchServiceApplicationProxy.SetScopesManagerInfo method

Sets the information about the Search scopes system in the SearchServiceApplicationProxy.

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 SearchServiceApplicationProxy
Dim scopesManagerInfo As ScopesManagerInfo

instance.SetScopesManagerInfo(scopesManagerInfo)
public void SetScopesManagerInfo(
    ScopesManagerInfo scopesManagerInfo
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.SetScopesManagerInfo(ScopesManagerInfo)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

The user must have administrative permission for the SearchServiceApplicationProxy to set the Search scopes system.

The scopesManagerInfo parameter must not be null .

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace