LabeledStatementAst.Condition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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