PowerShell.IsRunspaceOwner 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.
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