Share via


PropertyMemberAst.PropertyType Property

Definition

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

Property Value

Applies to