次の方法で共有


ReservationSummaries.UsedHours プロパティ

定義

予約によって使用された合計時間を取得します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象