Share via


MeterDetails.Unit Property

Definition

Gets the unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public string Unit { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : string
Public ReadOnly Property Unit As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to