ProcessInfo.TotalCpuTime Property

Definition

Gets or sets total CPU time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.total_cpu_time")]
public string TotalCpuTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.total_cpu_time")>]
member this.TotalCpuTime : string with get, set
Public Property TotalCpuTime As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to