Share via


ProcessThreadInfo.BasePriority Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to