IProcessInfo.Child Property

Definition

Child process list.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Child process list.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="children", Update=true)]
public System.Collections.Generic.List<string> Child { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Child process list.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="children", Update=true)>]
member this.Child : System.Collections.Generic.List<string> with get, set
Public Property Child As List(Of String)

Property Value

Attributes

Applies to