QueryRuleGroupCollection.Item property (Int32)

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As QueryRuleGroup
    Get
'Usage
Dim instance As QueryRuleGroupCollection
Dim index As Integer
Dim value As QueryRuleGroup

value = instance(index)
public QueryRuleGroup this[
    int index
] { get; }

Parameters

Property value

Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup

See also

Reference

QueryRuleGroupCollection class

QueryRuleGroupCollection members

Item overload

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