Share via


Statistics.CounterValue Property

Definition

Gets the value of the statistic.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to