ReceiveJobCommand.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 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