SharePointSearchRuntime.KeywordQueryObject - Propriété
Obtient l'objet qui représente une requête de recherche de mot clé.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property KeywordQueryObject As KeywordQuery
Get
'Utilisation
Dim instance As SharePointSearchRuntime
Dim value As KeywordQuery
value = instance.KeywordQueryObject
public KeywordQuery KeywordQueryObject { get; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.KeywordQuery
L'objet de requête de recherche de mot clé.
Voir aussi
Référence
SharePointSearchRuntime classe