Freigeben über


TrapStatementAst.TrapType Property

Definition

The ast for the type trapped by this trap block, or null if no type was specified.

public:
 property System::Management::Automation::Language::TypeConstraintAst ^ TrapType { System::Management::Automation::Language::TypeConstraintAst ^ get(); };
public System.Management.Automation.Language.TypeConstraintAst TrapType { get; }
member this.TrapType : System.Management.Automation.Language.TypeConstraintAst
Public ReadOnly Property TrapType As TypeConstraintAst

Property Value

Applies to