SPRequestUsageEntry.RequestManagementThrottled property
Gets or sets a flag indicating if this request was throttled by Request Management
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestManagementThrottled As Boolean
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Boolean
value = instance.RequestManagementThrottled
instance.RequestManagementThrottled = value
public bool RequestManagementThrottled { get; set; }
Property value
Type: System.Boolean