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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace