次の方法で共有


Transaction.Units プロパティ

定義

特定の製品に使用される単位数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象