ReservationSummaries.UsageDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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