Partager via


Site.MaxItemsPerThrottledOperation - Propriété

Gets a value that specifies the maximum number of list items allowed per operation before throttling will occur.

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 ReadOnly Property MaxItemsPerThrottledOperation As UInteger
    Get
'Utilisation
Dim instance As Site
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperation
public uint MaxItemsPerThrottledOperation { get; }

Valeur de propriété

Type : System.UInt32
Returns a UInt32 instance representing the maximum number of list items allowed per operation before throttling will occur.

Voir aussi

Référence

Site classe

Site - Membres

Microsoft.SharePoint.Client - Espace de noms