ProcessConfigProcessPerfDataConfig 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 [DataMemberAttribute]
public ProcessPerfDataConfig ProcessPerfDataConfig { get; }
<DataMemberAttribute>
Public ReadOnly Property ProcessPerfDataConfig As ProcessPerfDataConfig
Get
public:
[DataMemberAttribute]
virtual property ProcessPerfDataConfig^ ProcessPerfDataConfig {
ProcessPerfDataConfig^ get () sealed;
}
[<DataMemberAttribute>]
abstract ProcessPerfDataConfig : ProcessPerfDataConfig with get
[<DataMemberAttribute>]
override ProcessPerfDataConfig : ProcessPerfDataConfig with get
Property Value
Type:
ProcessPerfDataConfig
The process perf data configuration.
Implements
IProcessConfigProcessPerfDataConfigSee Also