ProcessInfo.UserCpuTime Property

Definition

Gets or sets user CPU time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to