PropertyMemberAst.PropertyType 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 ast for the type of the property. This property may be null if no type was specified.
public:
property System::Management::Automation::Language::TypeConstraintAst ^ PropertyType { System::Management::Automation::Language::TypeConstraintAst ^ get(); };
public System.Management.Automation.Language.TypeConstraintAst PropertyType { get; }
member this.PropertyType : System.Management.Automation.Language.TypeConstraintAst
Public ReadOnly Property PropertyType As TypeConstraintAst