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
scopeInfo
Type: Microsoft.Office.Server.Search.Administration.ScopeInfoThe information about the Search scope.
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