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

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.

See Also

Reference

SPAuditQuery Class

SPAuditQuery Members

Microsoft.SharePoint Namespace