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)
Available in Sandboxed Solutions: No

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