Command.IsEndOfStatement Property

Definition

Checks if the current command marks the end of a statement (see PowerShell.AddStatement())

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

Property Value

Applies to