Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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