SearchResultsBaseWebPart.CreateQueryInfo Method
Creates the QueryInfo object if query logging is enabled.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Sub CreateQueryInfo
'Usage
Me.CreateQueryInfo()
protected void CreateQueryInfo()
Remarks
The CreateQueryInfo method is called automatically if EnsureWebpartReady() is called.
See Also
Reference
SearchResultsBaseWebPart Class