Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPAuditQuery Class

SPAuditQuery Members

Microsoft.SharePoint Namespace