MetricDefinition.DisplayName Property

 

Optional. Metric display name.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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

MetricDefinition Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top