QueryRuleGroupCollection.RemoveQueryRuleGroup method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function RemoveQueryRuleGroup ( _
queryRuleGroup As QueryRuleGroup _
) As Boolean
'Usage
Dim instance As QueryRuleGroupCollection
Dim queryRuleGroup As QueryRuleGroup
Dim returnValue As Boolean
returnValue = instance.RemoveQueryRuleGroup(queryRuleGroup)
public bool RemoveQueryRuleGroup(
QueryRuleGroup queryRuleGroup
)
Parameters
- queryRuleGroup
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Return value
Type: System.Boolean
See also
Reference
QueryRuleGroupCollection class