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 rule in the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetRuleInfo ( _
ruleInfo As RuleInfo _
)
'Usage
Dim instance As SearchServiceApplication
Dim ruleInfo As RuleInfo
instance.SetRuleInfo(ruleInfo)
public void SetRuleInfo(
RuleInfo ruleInfo
)
Parameters
ruleInfo
Type: Microsoft.Office.Server.Search.Administration.RuleInfoThe information about a specified Search scope rule.
Implements
ISearchSiteAdministrationServiceApplication.SetRuleInfo(RuleInfo)
Remarks
The ruleInfo must not be null .
See Also
Reference
SearchServiceApplication Class