SPList.IsThrottled Property
Gets a value that indicates whether the total number of items exceeds the upper limit set for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsThrottled As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.IsThrottled
public bool IsThrottled { get; }
Property Value
Type: System.Boolean
true if the value of the ItemCount property is greater than the value of the MaxItemsPerThrottledOperation property for the Web application; otherwise, false.