Job.ChildJobs Property

Definition

List of child jobs contained within this job.

public:
 property System::Collections::Generic::IList<System::Management::Automation::Job ^> ^ ChildJobs { System::Collections::Generic::IList<System::Management::Automation::Job ^> ^ get(); };
public System.Collections.Generic.IList<System.Management.Automation.Job> ChildJobs { get; }
member this.ChildJobs : System.Collections.Generic.IList<System.Management.Automation.Job>
Public ReadOnly Property ChildJobs As IList(Of Job)

Property Value

Applies to