Share via


Statistics.CounterProperty Property

Definition

Gets the property value of the statistic.

public string CounterProperty { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="counterProperty")]
public string CounterProperty { get; }
member this.CounterProperty : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="counterProperty")>]
member this.CounterProperty : string
Public Property CounterProperty As String
Public ReadOnly Property CounterProperty As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to