CsmUsageQuota.CurrentValue Property

Definition

Gets or sets the current value of the resource counter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to