Partager via


KeywordQueryProperties.GetQueryPropertyValue - Méthode

Extrait 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 Function GetQueryPropertyValue ( _
    name As String _
) As ClientResult(Of QueryPropertyValue)
'Utilisation
Dim instance As KeywordQueryProperties
Dim name As String
Dim returnValue As ClientResult(Of QueryPropertyValue)

returnValue = instance.GetQueryPropertyValue(name)
public ClientResult<QueryPropertyValue> GetQueryPropertyValue(
    string name
)

Paramètres

  • name
    Type : System.String

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

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<QueryPropertyValue>

Voir aussi

Référence

KeywordQueryProperties classe

KeywordQueryProperties - Membres

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