SPHttpThrottleSettings.PerformThrottle property
Obtém ou define um valor que indica se a limitação de solicitações HTTP está habilitado para o aplicativo Web pai.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property PerformThrottle As Boolean
Get
Set
'Uso
Dim instance As SPHttpThrottleSettings
Dim value As Boolean
value = instance.PerformThrottle
instance.PerformThrottle = value
public bool PerformThrottle { get; set; }
Property value
Type: System.Boolean
true, se o controle estiver habilitado; Caso contrário, false.