PSJobStartEventArgs.Job Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Job to be started.
public:
property System::Management::Automation::Job ^ Job { System::Management::Automation::Job ^ get(); };
public System.Management.Automation.Job Job { get; }
member this.Job : System.Management.Automation.Job
Public ReadOnly Property Job As Job