Command.IsEndOfStatement 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.
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