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