SearchServiceApplicationProxy.SetScopeInfo method

Sets the details of the specified Search scope in the SearchServiceApplicationProxy.

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

Syntax

'Declaration
Public Sub SetScopeInfo ( _
    scopeInfo As ScopeInfo _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim scopeInfo As ScopeInfo

instance.SetScopeInfo(scopeInfo)
public void SetScopeInfo(
    ScopeInfo scopeInfo
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.SetScopeInfo(ScopeInfo)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

The scopeInfo must not be null .

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace