Share via


WebSiteGetUsageMetricsResponse.UsageMetric.DisplayName Property

 

Gets or sets the display name of the metric.

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

Syntax

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

Property Value

Type: System.String

The display name.

Remarks

The display name can include spaces.

See Also

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

Return to top