Compartir a través de


del método QueryProperties.TryGetValue

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

Sintaxis

'Declaración
Public Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
'Uso
Dim instance As QueryProperties
Dim key As String
Dim value As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(key, _
    value)
public bool TryGetValue(
    string key,
    out Object value
)

Parámetros

Valor devuelto

Tipo: System.Boolean

Implementaciones

IPropertyCollection.TryGetValue(String, Object)
IReadOnlyPropertyCollection.TryGetValue(String, Object)

Vea también

Referencia

clase QueryProperties

Miembros QueryProperties

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