共用方式為


MetricData.Sum Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to