次の方法で共有


ReportRecordContract.CallCountSuccess プロパティ

定義

成功した呼び出しの数を取得または設定します。 これには、HttpStatusCode <= 301 と HttpStatusCode.NotModified と 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象