MonitoringPerformanceSignatureValue.Average Property

Definition

The average for this value.

public:
 property Nullable<double> Average { Nullable<double> get(); };
public double? Average { get; }
member this.Average : Nullable<double>
Public ReadOnly Property Average As Nullable(Of Double)

Property Value

Nullable<Double>

Returns a Double value that is the average for the performance signature value.

Applies to