PerformanceMeasurementNodeArgs Property |
The argumets used to initialize this instance.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic PerformanceMeasurementArgs Args { get; }
Public ReadOnly Property Args As PerformanceMeasurementArgs
Get
public:
property PerformanceMeasurementArgs^ Args {
PerformanceMeasurementArgs^ get ();
}
member Args : PerformanceMeasurementArgs with get
Property Value
Type:
PerformanceMeasurementArgs
See Also