SPList.EnableThrottling - Propriété
Indicates whether throttling for this list is enabled or not.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property EnableThrottling As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.EnableThrottling
instance.EnableThrottling = value
public bool EnableThrottling { get; set; }
Valeur de propriété
Type : System.Boolean
A Boolean indicating throttling status. A value of true indicates that throttling is enabled while false indicates otherwise.
Remarques
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.