PowerShell.IsRunspaceOwner Property

Definition

Indicates if this PowerShell object is the owner of the runspace or RunspacePool assigned to this object.

public:
 property bool IsRunspaceOwner { bool get(); };
public:
 property bool IsRunspaceOwner { bool get(); };
public bool IsRunspaceOwner { get; }
member this.IsRunspaceOwner : bool
Public ReadOnly Property IsRunspaceOwner As Boolean

Property Value

Applies to