ErrorStatementAst.Conditions Property

Definition

The conditions specified.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::Ast ^> ^ Conditions { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::Ast ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.Ast> Conditions { get; }
member this.Conditions : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.Ast>
Public ReadOnly Property Conditions As ReadOnlyCollection(Of Ast)

Property Value

Applies to