Partager via


KeywordQueryProperties.SetQueryPropertyValue - Méthode

Définit la valeur d'une propriété basée sur le nom spécifié.

Espace de noms :  Microsoft.SharePoint.Client.Search.Query
Assembly :  Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)

Syntaxe

'Déclaration
Public Sub SetQueryPropertyValue ( _
    name As String, _
    val As QueryPropertyValue _
)
'Utilisation
Dim instance As KeywordQueryProperties
Dim name As String
Dim val As QueryPropertyValue

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

Paramètres

  • name
    Type : System.String

    Nom d'une propriété d'un objet KeywordQueryProperties.

Voir aussi

Référence

KeywordQueryProperties classe

KeywordQueryProperties - Membres

Microsoft.SharePoint.Client.Search.Query - Espace de noms