ScriptBlock.Ast 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.
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