SearchPagingWebPart.NextLinkUrl Property
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ResourcesAttribute("SearchResults_PGNextLink", "SearchResults_PG", "SearchResults_PGNextLink_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property NextLinkUrl As String
Get
Set
'Usage
Dim instance As SearchPagingWebPart
Dim value As String
value = instance.NextLinkUrl
instance.NextLinkUrl = value
[ResourcesAttribute("SearchResults_PGNextLink", "SearchResults_PG", "SearchResults_PGNextLink_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string NextLinkUrl { get; set; }
Property Value
Type: System.String