MetricTelemetry.Min 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.Min

instance.Min = value

Syntax

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

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

public function set Min (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