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.
Gets or sets the QueryInfo object for the federated results Web Part.
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
A QueryInfo object.
See Also
Reference
SearchResultsBaseWebPart Class