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

Public Property RowLimit As UInteger
    Get
    Set

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