MetricTelemetry.Count Property

Definition

Gets or sets the number of samples for this metric.

public:
 property Nullable<int> Count { Nullable<int> get(); void set(Nullable<int> value); };
public int? Count { get; set; }
member this.Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)

Property Value

Applies to