ProcessThreadInfo.BasePriority Property

Definition

Gets or sets base priority.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.base_priority")]
public int? BasePriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.base_priority")>]
member this.BasePriority : Nullable<int> with get, set
Public Property BasePriority As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to