Share via


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

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.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace