KeywordQueryPropertiesType_Client.GetQueryPropertyValue - 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 Function GetQueryPropertyValue ( _
name As String _
) As QueryPropertyValue
'Utilisation
Dim instance As KeywordQueryPropertiesType_Client
Dim name As String
Dim returnValue As QueryPropertyValue
returnValue = instance.GetQueryPropertyValue(name)
public QueryPropertyValue GetQueryPropertyValue(
string name
)
Paramètres
- name
Type : System.String
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.QueryPropertyValue
Voir aussi
Référence
KeywordQueryPropertiesType_Client classe