ProcessThreadInfo.PriorityLevel Property

Definition

Gets or sets thread priority level.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to