Share via


MetricTelemetry.Value Property

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

Usage

'Usage
Dim instance As MetricTelemetry
Dim value As Double

value = instance.Value

instance.Value = value

Syntax

'Declaration
Public Property Value As Double
public double Value { get; set; }
public:
property double Value {
    double get ();
    void set (double value);
}
/** @property */
public double get_Value ()

/** @property */
public void set_Value (double value)
public function get Value () : double

public function set Value (value : 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