SPView.RowLimit property

Gets or sets the limit for the number of items that are returned in the view query 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 SPView
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 indicates the row limit.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace