Partager via


ReportRecordContract.CallCountBlocked Propriété

Définition

Obtient ou définit le nombre d’appels bloqués en raison d’informations d’identification non valides. Cela inclut les appels qui retournent HttpStatusCode.Unauthorized et HttpStatusCode.Forbidden et HttpStatusCode.TooManyRequests

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à