PowerShell.IsNested Property

Definition

Gets the property which indicates if this PowerShell instance is nested.

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

Property Value

Applies to