MetricTelemetry.StandardDeviation Property

Namespace: Microsoft.ApplicationInsights.Contracts
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As MetricTelemetry
Dim value As Nullable(Of Double)

value = instance.StandardDeviation

instance.StandardDeviation = value

Syntax

'Declaration
Public Property StandardDeviation As Nullable(Of Double)
public Nullable<double> StandardDeviation { get; set; }
public:
property Nullable<double> StandardDeviation {
    Nullable<double> get ();
    void set (Nullable<double> value);
}
/** @property */
public Nullable<double> get_StandardDeviation ()

/** @property */
public void set_StandardDeviation (Nullable<double> value)
public function get StandardDeviation () : Nullable<double>

public function set StandardDeviation (value : Nullable<double>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

MetricTelemetry Class
MetricTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace