SPAuditQuery.HasMoreItems Property

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property HasMoreItems As Nullable(Of Boolean)
    Get

Dim instance As SPAuditQuery
Dim value As Nullable(Of Boolean)

value = instance.HasMoreItems
public Nullable<bool> HasMoreItems { get; }

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

SPAuditQuery Class

SPAuditQuery Members

Microsoft.SharePoint Namespace