Share via


ResultTableCollection.QueryTerms, propriété (Microsoft.Office.Server.Search.Query)

Gets or sets a list of the search terms used by the query.

Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Property QueryTerms As String()
'Utilisation
Dim instance As ResultTableCollection
Dim value As String()

value = instance.QueryTerms

instance.QueryTerms = value
public string[] QueryTerms { get; set; }

Valeur de la propriété

A string array containing the search query terms.

Voir aussi

Référence

ResultTableCollection, classe
Membres ResultTableCollection
Microsoft.Office.Server.Search.Query, espace de noms