Usage.CurrentValue Property

Definition

Gets the current value of the resource counter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to