次の方法で共有


ReservationDetails.TotalReservedQuantity プロパティ

定義

reservationid 用に予約されているインスタンスの合計数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象