Compartir a través de


del método KeywordQueryProperties.SetQueryPropertyValue

Establece 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 Sub SetQueryPropertyValue ( _
    name As String, _
    val As QueryPropertyValue _
)
'Uso
Dim instance As KeywordQueryProperties
Dim name As String
Dim val As QueryPropertyValue

instance.SetQueryPropertyValue(name, _
    val)
public void SetQueryPropertyValue(
    string name,
    QueryPropertyValue val
)

Parámetros

  • name
    Tipo: System.String

    Nombre de una propiedad de un objeto KeywordQueryProperties.

Vea también

Referencia

clase KeywordQueryProperties

Miembros KeywordQueryProperties

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