PSJobProxy.RunspacePool Property

Definition

RunspacePool in which this job will be executed

public:
 property System::Management::Automation::Runspaces::RunspacePool ^ RunspacePool { System::Management::Automation::Runspaces::RunspacePool ^ get(); void set(System::Management::Automation::Runspaces::RunspacePool ^ value); };
public System.Management.Automation.Runspaces.RunspacePool RunspacePool { get; set; }
member this.RunspacePool : System.Management.Automation.Runspaces.RunspacePool with get, set
Public Property RunspacePool As RunspacePool

Property Value

Applies to