Share via


CoreResultsWebPart.HighestResultPage 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
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("SearchResults_CRHighestPage", "SearchResults_CR", "SearchResults_CRHighestPage_ToolTip")> _
Public Property HighestResultPage As Short
'Usage
Dim instance As CoreResultsWebPart
Dim value As Short

value = instance.HighestResultPage

instance.HighestResultPage = value
[PersonalizableAttribute(PersonalizationScope.Shared)] 
[ResourcesAttribute("SearchResults_CRHighestPage", "SearchResults_CR", "SearchResults_CRHighestPage_ToolTip")] 
public short HighestResultPage { get; set; }

See Also

Reference

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