SPRequestUsageEntry.RequestManagementThrottled property
Obtém ou define um sinalizador que indica se a solicitação foi limitada pelo gerenciamento de solicitações
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property RequestManagementThrottled As Boolean
Get
Set
'Uso
Dim instance As SPRequestUsageEntry
Dim value As Boolean
value = instance.RequestManagementThrottled
instance.RequestManagementThrottled = value
public bool RequestManagementThrottled { get; set; }
Property value
Type: System.Boolean