ViewCreationInformation.RowLimit property
Gets or sets a value that specifies the maximum number of list items that the new list view displays on 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 ViewCreationInformation
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
Property value
Type: System.UInt32
Returns a UInt32 instance representing the maximum number of list items that the new list view displays on a visual page of the list view.
Remarks
Its value must be equal to or less than 2147483647.