KeywordQueryPropertiesType_Client.SetQueryPropertyValue - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub SetQueryPropertyValue ( _
name As String, _
val As QueryPropertyValue _
)
'Utilisation
Dim instance As KeywordQueryPropertiesType_Client
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
Voir aussi
Référence
KeywordQueryPropertiesType_Client classe