SPAuditQuery.HasMoreItems property
Gets a Boolean value that indicates whether the count of rows exceeds the maximum number of rows that can be obtained from an audit query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasMoreItems As Nullable(Of Boolean)
Get
'Usage
Dim instance As SPAuditQuery
Dim value As Nullable(Of Boolean)
value = instance.HasMoreItems
public Nullable<bool> HasMoreItems { get; }
Property value
Type: System.Nullable<Boolean>
true if the count of rows exceeds the value of the RowLimit property; otherwise, false.
Remarks
Before the initial query is made, the value of this property is unknown.