Aracılığıyla paylaş


ServiceLoadMetricDescription.Name Property

Definition

Gets or sets the name of the metric.

public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

The name of the metric.

Remarks

If the service chooses to ReportLoad(IEnumerable<LoadMetric>) during runtime, the name that is provided via the LoadMetric at that time should match the name that is specified in Name exactly.

Note that metric names are case sensitive.

Applies to