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.

See also

Reference

RefineSearchResults class

RefineSearchResults members

Microsoft.Office.Server.Search.WebControls namespace