共用方式為


HistoricalUsageMetricData.DisplayName Property

 

Optional. The display name of the metric, including spaces.

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

See Also

HistoricalUsageMetricData Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top