CoreResultsWebPart.HighestResultPage Property
Gets or sets the maximum number of result pages to return for the query specified in the CoreResultsWebPart Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("SearchResults_CRHighestPage", "", "SearchResults_CRHighestPage_ToolTip")> _
Public Property HighestResultPage As Short
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Short
value = instance.HighestResultPage
instance.HighestResultPage = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchResults_CRHighestPage", "", "SearchResults_CRHighestPage_ToolTip")]
public short HighestResultPage { get; set; }
Property Value
Type: System.Int16
The number of result pages to return.