Share via


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

value = instance.NextLabel

instance.NextLabel = value
[WebPartStorageAttribute(Storage.Shared)] 
[ResourcesAttribute("SearchResults_PGNextText", "SearchResults_PG", "SearchResults_PGNextText_ToolTip")] 
public string NextLabel { get; set; }

See Also

Reference

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