QueryRuleGroupCollection.Item property (Int32)
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As QueryRuleGroup
Get
'Uso
Dim instance As QueryRuleGroupCollection
Dim index As Integer
Dim value As QueryRuleGroup
value = instance(index)
public QueryRuleGroup this[
int index
] { get; }
Parâmetros
- index
Type: System.Int32
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Ver também
Referência
QueryRuleGroupCollection class