Share via


ProcessInfo.HandleCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to