Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the maximum number of rows allowed in this Content By 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 By Query Web Part.