SubscriptionUsage.CurrentValue Property

Definition

Gets current value of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to