Share via


WebSiteGetUsageMetricsResponse.UsageMetric.Unit Property

 

Gets or sets the unit of measure for the metric.

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

Syntax

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

Property Value

Type: System.String

The unit of measure.

See Also

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

Return to top