Ast.Parent 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.
The parent tree for this node.
public:
property System::Management::Automation::Language::Ast ^ Parent { System::Management::Automation::Language::Ast ^ get(); };
public System.Management.Automation.Language.Ast Parent { get; }
member this.Parent : System.Management.Automation.Language.Ast
Public ReadOnly Property Parent As Ast