SPHttpThrottleSettings.PerformThrottle - Propriété
Obtient ou définit une valeur qui indique si la limitation de requêtes HTTP est activée pour l'application Web parente.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property PerformThrottle As Boolean
Get
Set
'Utilisation
Dim instance As SPHttpThrottleSettings
Dim value As Boolean
value = instance.PerformThrottle
instance.PerformThrottle = value
public bool PerformThrottle { get; set; }
Valeur de propriété
Type : System.Boolean
true, si la limitation est activée ; dans le cas contraire, false.