SPWebApplication.MaxItemsPerThrottledOperation property
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)
Syntax
'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; }
Property value
Type: System.UInt32
An unsigned 32-bit integer representing the count of items at which list operations begin to be throttled
Remarks
If the current user does not have administrator-level privileges for the server farm, this method throws an error of type System.Security.SecurityException.