ReceiveJobCommand.Job Property

Definition

Job object from which specific results need to be extracted.

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="ComputerName", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Location", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Session", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
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="ComputerName", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Location", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Session", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Job : System.Management.Automation.Job[] with get, set
Public Property Job As Job()

Property Value

Job[]
Attributes

Applies to