WaitPSJobCommand.Job Property

Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute(Mandatory:=True, Position:=0, ValueFromPipeline:=True, ParameterSetName:="JobParameterSet")> _
Public Property Job As PSJob()
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Mandatory=true, Position=0, ValueFromPipeline=true, ParameterSetName="JobParameterSet")] 
public PSJob[] Job { get; set; }
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Mandatory=true, Position=0, ValueFromPipeline=true, ParameterSetName=L"JobParameterSet")] 
public:
property array<PSJob^>^ Job {
    array<PSJob^>^ get ();
    void set (array<PSJob^>^ value);
}
/** @property */
public PSJob[] get_Job ()

/** @property */
public void set_Job (PSJob[] value)
public function get Job () : PSJob[]

public function set Job (value : PSJob[])

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP

See Also

Reference

WaitPSJobCommand Class
WaitPSJobCommand Members
Microsoft.PowerShell.Commands Namespace