PSTypeName.TypeDefinitionAst 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.
When a type is defined by PowerShell, the ast for that type.
public:
property System::Management::Automation::Language::TypeDefinitionAst ^ TypeDefinitionAst { System::Management::Automation::Language::TypeDefinitionAst ^ get(); };
public System.Management.Automation.Language.TypeDefinitionAst TypeDefinitionAst { get; }
member this.TypeDefinitionAst : System.Management.Automation.Language.TypeDefinitionAst
Public ReadOnly Property TypeDefinitionAst As TypeDefinitionAst