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.StringNom d'une propriété d'un objet KeywordQueryProperties.
val
Type : Microsoft.SharePoint.Client.Search.Query.QueryPropertyValueValeur de la propriété devant être définis dans l'objet KeywordQueryProperties.