CrossListQueryInfo.RowLimit Property
The maximum number of rows allowed in this Content Query Web Part.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RowLimit As UInteger
Get
Set
'Usage
Dim instance As CrossListQueryInfo
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
Property Value
Type: System.UInt32
An integer representing the number of rows allowed in this Content Query Web Part.