ResumeJobCommand.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.
Specifies the Jobs objects which need to be suspended
public:
property cli::array <System::Management::Automation::Job ^> ^ Job { cli::array <System::Management::Automation::Job ^> ^ get(); void set(cli::array <System::Management::Automation::Job ^> ^ value); };
public System.Management.Automation.Job[] Job { get; set; }
member this.Job : System.Management.Automation.Job[] with get, set
Public Property Job As Job()
Property Value
Job[]