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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxValue, Value := )> _
<ClientCallableAttribute> _
Public Property RowLimit As UInteger
Get
Set
'Usage
Dim instance As SPView
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxValue, Value = )]
[ClientCallableAttribute]
public uint RowLimit { get; set; }
Property Value
Type: System.UInt32
An unsigned 32-bit integer that indicates the row limit.