Share via


EventsCustomMetricInfo.ValueCount Property

Definition

Gets or sets the count of the custom metric

[Newtonsoft.Json.JsonProperty(PropertyName="valueCount")]
public int? ValueCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="valueCount")>]
member this.ValueCount : Nullable<int> with get, set
Public Property ValueCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to