次の方法で共有


MetricValue.Minimum プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象