Partager via


View.RowLimit - Propriété

Gets or sets a value that specifies the maximum number of list items to display in a visual page of the list view.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property RowLimit As UInteger
    Get
    Set
'Utilisation
Dim instance As View
Dim value As UInteger

value = instance.RowLimit

instance.RowLimit = value
public uint RowLimit { get; set; }

Valeur de propriété

Type : System.UInt32
A UInt32 instance representing the maximum number of list items to display in a visual page of the list view

Remarques

Its value must be equal to or less than 2147483647.

Voir aussi

Référence

View classe

View - Membres

Microsoft.SharePoint.Client - Espace de noms