QueryRuleGroupCollection.Item property (String)
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 ( _
name As String _
) As List(Of QueryRuleGroup)
Get
'Uso
Dim instance As QueryRuleGroupCollection
Dim name As String
Dim value As List(Of QueryRuleGroup)
value = instance(name)
public List<QueryRuleGroup> this[
string name
] { get; }
Parâmetros
- name
Type: System.String
Property value
Type: System.Collections.Generic.List<QueryRuleGroup>
Ver também
Referência
QueryRuleGroupCollection class