Share via


SPHealthReportCreationData.SupportMaxRows Property

Gets or sets a Boolean value indicating whether the query supports the @MaxRows parameter that indicates the maximum number of rows to return.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property SupportMaxRows As Boolean
    Get
    Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As Boolean

value = instance.SupportMaxRows

instance.SupportMaxRows = value
public bool SupportMaxRows { get; set; }

Property Value

Type: System.Boolean
true if the query supports the MaxRows parameter.

See Also

Reference

SPHealthReportCreationData Class

SPHealthReportCreationData Members

Microsoft.SharePoint.Administration Namespace