LabeledStatementAst.Condition Property

Definition

The ast for the condition that is tested on each iteration of the loop, or the condition tested on a switch. This property may be null if the statement is a ForStatementAst, otherwise it is never null.

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

Property Value

Applies to