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 details of the specified Search scope in the SearchServiceApplication.
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 SearchServiceApplication
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)
Remarks
The scopeInfo must not be null .
See Also
Reference
SearchServiceApplication Class