PerformanceMeasurementArgsMetricName Property |
Gets the name of the metric.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string MetricName { get; }
Public ReadOnly Property MetricName As String
Get
public:
property String^ MetricName {
String^ get ();
}
member MetricName : string with get
Property Value
Type:
String
The name of the metric.
See Also