Freigeben über


ReportRecordContract.CallCountSuccess Eigenschaft

Definition

Ruft die Anzahl der erfolgreichen Aufrufe ab oder legt diese fest. Dies umfasst Aufrufe, die HttpStatusCode <= 301 und HttpStatusCode.NotModified und HttpStatusCode.TemporaryRedirect zurückgeben

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: