Freigeben über


ReportRecordContract.CallCountBlocked Eigenschaft

Definition

Ruft die Anzahl der Aufrufe ab, die aufgrund ungültiger Anmeldeinformationen blockiert wurden, oder legt diese fest. Dazu gehören Aufrufe, die HttpStatusCode.Unauthorized und HttpStatusCode.Forbidden und HttpStatusCode.TooManyRequests zurückgeben.

[Newtonsoft.Json.JsonProperty(PropertyName="callCountBlocked")]
public int? CallCountBlocked { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="callCountBlocked")>]
member this.CallCountBlocked : Nullable<int> with get, set
Public Property CallCountBlocked As Nullable(Of Integer)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: