次の方法で共有


MetricValue.Maximum プロパティ

定義

メトリックの最大値を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="maximum")]
public double? Maximum { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maximum")>]
member this.Maximum : Nullable<double>
Public ReadOnly Property Maximum As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象