Share via


SPHttpThrottleSettings.PerformThrottle property

Gets or sets a value that indicates whether throttling of HTTP requests is enabled for the parent Web application.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PerformThrottle As Boolean
    Get
    Set
'Usage
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, if throttling is enabled; otherwise false.

See also

Reference

SPHttpThrottleSettings class

SPHttpThrottleSettings members

Microsoft.SharePoint.Utilities namespace