Compartir a través de


(String) de la propiedad QueryRuleGroupCollection.Item

Espacio de nombres:  Microsoft.Office.Server.Search.Query.Rules
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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

Valor de propiedad

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

Vea también

Referencia

clase QueryRuleGroupCollection

Miembros QueryRuleGroupCollection

Sobrecarga Item

Espacio de nombres Microsoft.Office.Server.Search.Query.Rules