UsageMetric.CurrentValue Property

 

Optional. The current value for the usage metric.

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

Syntax

public double CurrentValue { get; set; }
public:
property double CurrentValue {
    double get();
    void set(double value);
}
member CurrentValue : float with get, set
Public Property CurrentValue As Double

Property Value

Type: System.Double

See Also

UsageMetric Class
Microsoft.Azure.Insights.Models Namespace

Return to top