RefineSearchResults.QueryID Property
NOTE: This API is now obsolete.
Gets or sets the query associated with the search results in the control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete. Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")> _
Public Property QueryID As QueryId
Get
Set
'Usage
Dim instance As RefineSearchResults
Dim value As QueryId
value = instance.QueryID
instance.QueryID = value
[ObsoleteAttribute("This control is obsolete. Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")]
public QueryId QueryID { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.WebControls.QueryId
A value indicating the search page query that is associated with the results.