Compartir a través de


del método KeywordQueryProperties.GetQueryPropertyValue

Recupera el valor de una propiedad según el nombre especificado.

Espacio de nombres:  Microsoft.SharePoint.Client.Search.Query
Ensamblado:  Microsoft.SharePoint.Client.Search (en Microsoft.SharePoint.Client.Search.dll)

Sintaxis

'Declaración
Public Function GetQueryPropertyValue ( _
    name As String _
) As ClientResult(Of QueryPropertyValue)
'Uso
Dim instance As KeywordQueryProperties
Dim name As String
Dim returnValue As ClientResult(Of QueryPropertyValue)

returnValue = instance.GetQueryPropertyValue(name)
public ClientResult<QueryPropertyValue> GetQueryPropertyValue(
    string name
)

Parámetros

  • name
    Tipo: System.String

    Nombre de una propiedad de un objeto KeywordQueryProperties .

Valor devuelto

Tipo: Microsoft.SharePoint.Client.ClientResult<QueryPropertyValue>

Vea también

Referencia

clase KeywordQueryProperties

Miembros KeywordQueryProperties

Espacio de nombres Microsoft.SharePoint.Client.Search.Query