Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the query log data for a single click through for the search query.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property QueryInfo As QueryInfo
Get
Set
'Usage
Dim value As QueryInfo
value = Me.QueryInfo
Me.QueryInfo = value
protected QueryInfo QueryInfo { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.QueryInfo
The query log data.
See Also
Reference
SearchResultsBaseWebPart Class