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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RowLimit As UInteger
Get
Set
'Usage
Dim instance As ViewCreationInformation
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
[RemoteAttribute]
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.