Share via


SearchPagingWebPart.PagingLabel 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_PGLabel", "SearchResults_PG", "SearchResults_PGLabel_ToolTip")> _
Public Property PagingLabel As String
'Usage
Dim instance As SearchPagingWebPart
Dim value As String

value = instance.PagingLabel

instance.PagingLabel = value
[WebPartStorageAttribute(Storage.Shared)] 
[ResourcesAttribute("SearchResults_PGLabel", "SearchResults_PG", "SearchResults_PGLabel_ToolTip")] 
public string PagingLabel { get; set; }

See Also

Reference

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