Share via


ReservationDetails.UsedHours Property

Definition

Gets this is the total hours used by the instance.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to