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
<DataMemberAttribute> _
Public Property QueryTerms As String()
    Get
    Set
'Usage
Dim instance As ResultTableCollection
Dim value As String()

value = instance.QueryTerms

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

Property value

Type: []
A string array containing the search query terms.

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace