ResultTableCollection.QueryTerms Property
Gets or sets a list of the search terms used by the query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryTerms As String()
Get
Set
'Usage
Dim instance As ResultTableCollection
Dim value As String()
value = instance.QueryTerms
instance.QueryTerms = value
public string[] QueryTerms { get; set; }
Property Value
Type: []
A string array containing the search query terms.