Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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)
'Declaration
Public ReadOnly Property IsThrottled As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.IsThrottled
public bool IsThrottled { get; }
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.
Please sign in to use this experience.
Sign in