ProcessInfoInner.Parent Property

Definition

Gets or sets parent process.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.parent")]
public string Parent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.parent")>]
member this.Parent : string with get, set
Public Property Parent As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to