SPResourceTrackingRule.ThrottlingLimit property
Gets the limit above which requests will be failed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ThrottlingLimit As Integer
Get
'Usage
Dim instance As SPResourceTrackingRule
Dim value As Integer
value = instance.ThrottlingLimit
public int ThrottlingLimit { get; }
Property value
Type: System.Int32