ReceiveJob.Session Property

Definition

Provides access to the Session parameter.

public:
 property System::Activities::InArgument<cli::array <System::Management::Automation::Runspaces::PSSession ^> ^> ^ Session { System::Activities::InArgument<cli::array <System::Management::Automation::Runspaces::PSSession ^> ^> ^ get(); void set(System::Activities::InArgument<cli::array <System::Management::Automation::Runspaces::PSSession ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.Runspaces.PSSession[]> Session { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Session : System.Activities.InArgument<System.Management.Automation.Runspaces.PSSession[]> with get, set
Public Property Session As InArgument(Of PSSession())

Property Value

Attributes

Applies to