Share via


WebSiteGetUsageMetricsResponse.UsageMetric.CurrentValue Property

 

Gets or sets the current value of the metric, based on the value of the Unit property.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string CurrentValue { get; set; }
public:
property String^ CurrentValue {
    String^ get();
    void set(String^ value);
}
member CurrentValue : string with get, set
Public Property CurrentValue As String

Property Value

Type: System.String

The current metric value.

See Also

WebSiteGetUsageMetricsResponse.UsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top