DataProviderScriptWebPart.ResultsPerPage property

Specifies the number of results to display per page.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ResultsPerPage As Integer
    Get
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As Integer

value = instance.ResultsPerPage
public int ResultsPerPage { get; }

Property value

Type: System.Int32

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace