Udostępnij za pośrednictwem


ServiceLoadMetricDescription.Name Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Defines the name of the metric.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public string Name { get; set; }

Property Value

Type: System.String

Returns String.

Remarks

If the service chooses to ReportLoad 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.

See Also

ServiceLoadMetricDescription Class
System.Fabric.Description Namespace

Return to top