ISearchSiteAdministrationServiceApplication.SetScopeInfo method
Sets the details of the specified Search scope.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub SetScopeInfo ( _
scopeInfo As ScopeInfo _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeInfo As ScopeInfo
instance.SetScopeInfo(scopeInfo)
[OperationContractAttribute]
void SetScopeInfo(
ScopeInfo scopeInfo
)
Parameters
scopeInfo
Type: Microsoft.Office.Server.Search.Administration.ScopeInfoThe information about the Search scope.
Remarks
Implementing classes should ensure that the value of the scopeInfo parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface