次の方法で共有


PriceSheetProperties.UnitPrice プロパティ

定義

単価を取得します

[Newtonsoft.Json.JsonProperty(PropertyName="unitPrice")]
public decimal? UnitPrice { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unitPrice")>]
member this.UnitPrice : Nullable<decimal>
Public ReadOnly Property UnitPrice As Nullable(Of Decimal)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象