SPRequestManagementSettings.ThrottlingRules property

Gets a collection of persisted throttling rules.

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

Syntax

'Declaration
Public ReadOnly Property ThrottlingRules As SPThrottlingRuleCollection
    Get
'Usage
Dim instance As SPRequestManagementSettings
Dim value As SPThrottlingRuleCollection

value = instance.ThrottlingRules
public SPThrottlingRuleCollection ThrottlingRules { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPThrottlingRuleCollection

See also

Reference

SPRequestManagementSettings class

SPRequestManagementSettings members

Microsoft.SharePoint.Administration namespace