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.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub SetRuleInfo ( _
ruleInfo As RuleInfo _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim ruleInfo As RuleInfo
instance.SetRuleInfo(ruleInfo)
[OperationContractAttribute]
void SetRuleInfo(
RuleInfo ruleInfo
)
Parameters
ruleInfo
Type: Microsoft.Office.Server.Search.Administration.RuleInfoThe information about a specified Search scope rule.
Remarks
Implementing classes should ensure that the value of the ruleInfo parameter must not be null .
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface