PSJobProxy.RunspacePool 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.
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