SPList.EnableThrottling property

Indicates whether throttling for this list is enabled or not.

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

Syntax

'Declaration
Public Property EnableThrottling As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.EnableThrottling

instance.EnableThrottling = value
public bool EnableThrottling { get; set; }

Property value

Type: System.Boolean
A Boolean indicating throttling status. A value of true indicates that throttling is enabled while false indicates otherwise.

Remarks

Farm admin can set it to FALSE to make this list exception for throttle feature if it is set to false, then this list will not be throttled. Farm admin permission required to set this property.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace