ScriptBlockAst.CleanBlock 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.
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