Partager via


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

Valeur de propriété

Type : System.Collections.Generic.List<QueryRuleGroup>

Voir aussi

Référence

QueryRuleGroupCollection classe

QueryRuleGroupCollection - Membres

Item - Surcharge

Microsoft.Office.Server.Search.Query.Rules - Espace de noms