次の方法で共有


ReportRecordContract.ApiTimeMax プロパティ

定義

要求の処理にかかった最大時間を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="apiTimeMax")]
public double? ApiTimeMax { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiTimeMax")>]
member this.ApiTimeMax : Nullable<double> with get, set
Public Property ApiTimeMax As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象