Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Gets or sets a number representing the count of items at which list operations begin to be throttled.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property MaxItemsPerThrottledOperation As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperation
instance.MaxItemsPerThrottledOperation = value
public uint MaxItemsPerThrottledOperation { get; set; }
Type: System.UInt32
An unsigned 32-bit integer representing the count of items at which list operations begin to be throttled
If the current user does not have administrator-level privileges for the server farm, this method throws an error of type System.Security.SecurityException.
Please sign in to use this experience.
Sign in