Share via


ReservationSummaries.UsageDate Property

Definition

Gets data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to