次の方法で共有


MetricValue.Total プロパティ

定義

メトリックの合計値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象