次の方法で共有


ProcessInfoInner.ThreadCount プロパティ

定義

スレッド数を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象