ScriptBlockAst.CleanBlock Property

Definition

Gets the ast representing the clean block for a script block, or null if no clean block was specified.

public System.Management.Automation.Language.NamedBlockAst CleanBlock { get; }
member this.CleanBlock : System.Management.Automation.Language.NamedBlockAst
Public ReadOnly Property CleanBlock As NamedBlockAst

Property Value

Applies to