VisualBestBetWebPart.QueryID property

Gets or sets the ID of the query.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ResourcesAttribute("SearchResults_QueryId", "", "SearchResults_QueryId_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property QueryID As QueryId
    Get
    Set
'Usage
Dim instance As VisualBestBetWebPart
Dim value As QueryId

value = instance.QueryID

instance.QueryID = value
[ResourcesAttribute("SearchResults_QueryId", "", "SearchResults_QueryId_ToolTip")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public QueryId QueryID { get; set; }

Property value

Type: Microsoft.Office.Server.Search.WebControls.QueryId
Returns QueryId.

See also

Reference

VisualBestBetWebPart class

VisualBestBetWebPart members

Microsoft.Office.Server.Search.WebControls namespace