SPWebApplication.MaxItemsPerThrottledOperationWarningLevel property

Gets or sets the warning level settings for the number of list items in list operations.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxItemsPerThrottledOperationWarningLevel As UInteger
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperationWarningLevel

instance.MaxItemsPerThrottledOperationWarningLevel = value
public uint MaxItemsPerThrottledOperationWarningLevel { get; set; }

Property value

Type: System.UInt32
UInt32
The number of items.

Exceptions

Exception Condition
SecurityException

The current user is not a farm administrator.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace