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 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)
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