Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether throttling for this list is enabled or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Boolean
A Boolean indicating throttling status. A value of true indicates that throttling is enabled while false indicates otherwise.
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.