Share via


MetricIdentifierV2.Name Property

Definition

Gets or sets the name of the metric. This property specifies the identifier for the metric being measured or tracked.

[YamlDotNet.Serialization.YamlMember(Alias="name")]
public string Name { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The name is used to uniquely identify the metric and can be referenced in monitoring and metric collection systems.

Applies to