SPHealthReportCreationData.RowLimit property

Gets or sets the upper limit for the number of rows returned for the report.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RowLimit As Integer
    Get
    Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As Integer

value = instance.RowLimit

instance.RowLimit = value
public int RowLimit { get; set; }

Property value

Type: System.Int32
A positive integer. The default value is 100.

Remarks

This value is the hard limit for all cases even if query support of @MaxRows and @MaxRows is larger than this value.

See also

Reference

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace