QueryRuleGroupCollection.Item - Propriété (String)
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As List(Of QueryRuleGroup)
Get
'Utilisation
Dim instance As QueryRuleGroupCollection
Dim name As String
Dim value As List(Of QueryRuleGroup)
value = instance(name)
public List<QueryRuleGroup> this[
string name
] { get; }
Paramètres
- name
Type : System.String
Valeur de propriété
Type : System.Collections.Generic.List<QueryRuleGroup>
Voir aussi
Référence
QueryRuleGroupCollection classe