QueryRuleCollection.RemoveQueryRule method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RemoveQueryRule ( _
queryRule As QueryRule _
)
'Usage
Dim instance As QueryRuleCollection
Dim queryRule As QueryRule
instance.RemoveQueryRule(queryRule)
public void RemoveQueryRule(
QueryRule queryRule
)
Parameters
- queryRule
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRule