RemoveJobCommand.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 removed.
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; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.Job[] Job { get; set; }
member this.Job : System.Management.Automation.Job[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Job : System.Management.Automation.Job[] with get, set
Public Property Job As Job()
Property Value
Job[]
- Attributes