Compartir a través de


de la propiedad QueryProperties.IReadOnlyPropertyCollection.Item

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

Sintaxis

'Declaración
Private ReadOnly Property Item ( _
    key As String _
) As Object Implements IReadOnlyPropertyCollection.Item
    Get
'Uso
Dim instance As QueryProperties
Dim key As String
Dim value As Object

value = CType(instance, IReadOnlyPropertyCollection).Item(key)
ObjectIReadOnlyPropertyCollection.this[
    string key
] { get; }

Parámetros

Valor de propiedad

Tipo: System.Object

Implementaciones

IReadOnlyPropertyCollection.Item[String]

Vea también

Referencia

clase QueryProperties

Miembros QueryProperties

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