SPAuditQuery.RowLimit property
Gets or sets the maximum number of rows of data that can be obtained from an audit query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RowLimit As UInteger
Get
Set
'Usage
Dim instance As SPAuditQuery
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
Property value
Type: System.UInt32
An unsigned 32-bit integer that provides the maximum number of rows of data that can be obtained.