SPSiteDataQuery.RowLimit property

Gets or sets a limit for the number of items in the query that are returned per page.

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

Syntax

'Declaration
Public Property RowLimit As UInteger
    Get
    Set
'Usage
Dim instance As SPSiteDataQuery
Dim value As UInteger

value = instance.RowLimit

instance.RowLimit = value
public uint RowLimit { get; set; }

Property value

Type: System.UInt32
A 32-bit unsigned integer that specifies a limit for the number of items returned.

See also

Reference

SPSiteDataQuery class

SPSiteDataQuery members

Microsoft.SharePoint namespace