ProcessPerfDataConfigPercentProcessorTime Property |
Gets or sets a value indicating whether [percent processor time].
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public bool PercentProcessorTime { get; set; }
<DataMemberAttribute>
Public Property PercentProcessorTime As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool PercentProcessorTime {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract PercentProcessorTime : bool with get, set
[<DataMemberAttribute>]
override PercentProcessorTime : bool with get, set
Property Value
Type:
Booleantrue if [percent processor time]; otherwise,
false.
Implements
IProcessPerfDataConfigPercentProcessorTimeSee Also