IProcessConfigProcessPerfDataConfig Property |
Gets the process perf data configuration.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax ProcessPerfDataConfig ProcessPerfDataConfig { get; }
ReadOnly Property ProcessPerfDataConfig As ProcessPerfDataConfig
Get
property ProcessPerfDataConfig^ ProcessPerfDataConfig {
ProcessPerfDataConfig^ get ();
}
abstract ProcessPerfDataConfig : ProcessPerfDataConfig with get
Property Value
Type:
ProcessPerfDataConfig
The process perf data configuration.
See Also