Share via


MetricDefinition.Name Property

 

Optional. The name and the display name of the metric.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public LocalizableString Name { get; set; }
public:
property LocalizableString^ Name {
    LocalizableString^ get();
    void set(LocalizableString^ value);
}
member Name : LocalizableString with get, set
Public Property Name As LocalizableString

Property Value

Type: Microsoft.Azure.Insights.Models.LocalizableString

See Also

MetricDefinition Class
Microsoft.Azure.Insights.Models Namespace

Return to top