Share via


ReportRecordContract.CallCountBlocked Property

Definition

Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorized and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests.

public int? CallCountBlocked { get; }
member this.CallCountBlocked : Nullable<int>
Public ReadOnly Property CallCountBlocked As Nullable(Of Integer)

Property Value

Applies to