SubExpressionAst.SubExpression Property

Definition

The expression/statements represented by this sub-expression. This property is never null.

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

Property Value

Applies to