Partager via


ProcessInfo.ThreadCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to