ProcessInfo.HandleCount Property

Definition

Gets or sets handle count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to