SearchPagingWebPart.NextLabel Property
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchResults_PGNextText", "SearchResults_PG", "SearchResults_PGNextText_ToolTip")> _
Public Property NextLabel As String
Get
Set
'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; }
Property Value
Type: System.String