JobRepository.Jobs Property

Definition

Returns the list of available job objects.

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

Property Value

Applies to