SearchResultsBaseDatasource.ResultsPerPage Property
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
A 32-bit integer representing the number of rows that are returned for each search results page.
See Also
Reference
SearchResultsBaseDatasource Class