次の方法で共有


ReservationSummaries.MaxUtilizationPercentage プロパティ

定義

これは、使用時間 (日または月) の最大 1 時間あたりの使用率を取得します。 たとえば、使用状況レコードが 2017 年 12 月 10 日に対応し、時間 4 と 5 の使用率が 100% の場合、このフィールドはその日の 100% を返します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象