Site.MaxItemsPerThrottledOperation Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property MaxItemsPerThrottledOperation As UInteger
    Get
'Usage
Dim instance As Site
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperation
[RemoteAttribute]
public uint MaxItemsPerThrottledOperation { get; }

Property Value

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

See Also

Reference

Site Class

Site Members

Microsoft.SharePoint.Client Namespace