Compartilhar via


ReportRecordContract.CallCountBlocked Propriedade

Definição

Obtém ou define o número de chamadas bloqueadas devido a credenciais inválidas. Isso inclui chamadas que retornam HttpStatusCode.Unauthorized e HttpStatusCode.Forbidden e 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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a