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 upper limit for the number of rows returned for the report.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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