| PowerShellScriptRunspacePool Property |
A specific Runspace pool used to invoke pipelines for this PowerShell Script. (Optional)
Namespace:
Galactic.PowerShell
Assembly:
Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public RunspacePool RunspacePool { get; set; }
Public Property RunspacePool As RunspacePool
Get
Set
public:
virtual property RunspacePool^ RunspacePool {
RunspacePool^ get () sealed;
void set (RunspacePool^ value) sealed;
}
abstract RunspacePool : RunspacePool with get, set
override RunspacePool : RunspacePool with get, set
Property Value
Type:
RunspacePoolImplements
IPowerShellScriptRunspacePoolSee Also