Share via


SearchPagingWebPart.QueryID Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchResults_QueryId", "", "SearchResults_QueryId_ToolTip")> _
Public Property QueryID As QueryId
'Usage
Dim instance As SearchPagingWebPart
Dim value As QueryId

value = instance.QueryID

instance.QueryID = value
[WebPartStorageAttribute(Storage.Shared)] 
[ResourcesAttribute("SearchResults_QueryId", "", "SearchResults_QueryId_ToolTip")] 
public QueryId QueryID { get; set; }

See Also

Reference

SearchPagingWebPart Class
SearchPagingWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace