ScriptBlock.Ast Property

Definition

Returns the AST corresponding to the script block.

public:
 property System::Management::Automation::Language::Ast ^ Ast { System::Management::Automation::Language::Ast ^ get(); };
public System.Management.Automation.Language.Ast Ast { get; }
member this.Ast : System.Management.Automation.Language.Ast
Public ReadOnly Property Ast As Ast

Property Value

Ast

Applies to