Share via


MetricValue.Maximum Property

 

Optional. Specifies the greatest value in the time range.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public Nullable<double> Maximum { get; set; }
public:
property Nullable<double> Maximum {
    Nullable<double> get();
    void set(Nullable<double> value);
}
member Maximum : Nullable<float> with get, set
Public Property Maximum As Nullable(Of Double)

Property Value

Type: System.Nullable<Double>

See Also

MetricValue Class
Microsoft.Azure.Insights.Models Namespace

Return to top