ResultScriptWebPart.MaxPagesAfterCurrent property
Specify the maximum number of pages after the current page of results for which to display paging links
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property MaxPagesAfterCurrent As Integer
Get
Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As Integer
value = instance.MaxPagesAfterCurrent
instance.MaxPagesAfterCurrent = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public int MaxPagesAfterCurrent { get; set; }
Property value
Type: System.Int32