SwitchStatementAst.Default Property

Definition

The ast for the default of the switch statement, or null if no default block was specified.

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

Property Value

Applies to