SPList.IsThrottled - Propriété
Gets a value that indicates whether the total number of items exceeds the upper limit set for the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsThrottled As Boolean
Get
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.IsThrottled
public bool IsThrottled { get; }
Valeur de propriété
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.