ProcessInfoInner.ThreadCount Property

Definition

Gets or sets thread count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to