View.RowLimit property

Gets or sets a value that specifies the maximum number of list items to display in a visual page of the list view.

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

Syntax

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

value = instance.RowLimit

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

Property value

Type: System.UInt32
A UInt32 instance representing the maximum number of list items to display in a visual page of the list view

Remarks

Its value must be equal to or less than 2147483647.

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace