共用方式為


Amount.Value 屬性

定義

取得或設定數量詞。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於