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.StringNombre de una propiedad de un objeto KeywordQueryProperties.
val
Tipo: Microsoft.SharePoint.Client.Search.Query.QueryPropertyValueValor de la propiedad se establece en el objeto KeywordQueryProperties.