IQueryReportData.Query property

Gets the text of the search query.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
ReadOnly Property Query As String
    Get
'Usage
Dim instance As IQueryReportData
Dim value As String

value = instance.Query
string Query { get; }

Property value

Type: System.String
The text of the search query

See also

Reference

IQueryReportData interface

IQueryReportData members

Microsoft.Office.Server.Search.Analytics namespace