SPResourceTrackingRule.CustomThrottlingLimits property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CustomThrottlingLimits As Dictionary(Of String, SPResourceThrottlingThresholds)
Get
'Usage
Dim instance As SPResourceTrackingRule
Dim value As Dictionary(Of String, SPResourceThrottlingThresholds)
value = instance.CustomThrottlingLimits
public Dictionary<string, SPResourceThrottlingThresholds> CustomThrottlingLimits { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, SPResourceThrottlingThresholds>