Share via


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

Public Property RowLimit As UInteger
    Get
    Set

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