Share via


QueryRuleGroupCollection.IndexOf method

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function IndexOf ( _
    queryRuleGroup As QueryRuleGroup _
) As Integer
'Usage
Dim instance As QueryRuleGroupCollection
Dim queryRuleGroup As QueryRuleGroup
Dim returnValue As Integer

returnValue = instance.IndexOf(queryRuleGroup)
public int IndexOf(
    QueryRuleGroup queryRuleGroup
)

Parameters

Return value

Type: System.Int32

See also

Reference

QueryRuleGroupCollection class

QueryRuleGroupCollection members

Microsoft.Office.Server.Search.Query.Rules namespace