Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of rows to return for each search results page.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ResultsPerPage As Integer
Get
Set
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Integer
value = instance.ResultsPerPage
instance.ResultsPerPage = value
public int ResultsPerPage { get; set; }
Property Value
Type: System.Int32
The number of rows that are returned for each search results page.
See Also
Reference
SearchResultsBaseDatasource Class