ReceiveJobCommand.Session Property

Definition

Runspaces for which the results needs to be returned.

public:
 property cli::array <System::Management::Automation::Runspaces::PSSession ^> ^ Session { cli::array <System::Management::Automation::Runspaces::PSSession ^> ^ get(); void set(cli::array <System::Management::Automation::Runspaces::PSSession ^> ^ value); };
public System.Management.Automation.Runspaces.PSSession[] Session { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Session", Position=1, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.Runspaces.PSSession[] Session { get; set; }
member this.Session : System.Management.Automation.Runspaces.PSSession[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Session", Position=1, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Session : System.Management.Automation.Runspaces.PSSession[] with get, set
Public Property Session As PSSession()

Property Value

Attributes

Applies to