Compartilhar via


ReportRecordContract.CallCountSuccess Propriedade

Definição

Obtém ou define o número de chamadas bem-sucedidas. Isso inclui chamadas que retornam HttpStatusCode <= 301 e HttpStatusCode.NotModified e HttpStatusCode.TemporaryRedirect

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a