DataStatementAst.CommandsAllowed Property

Definition

The asts naming the commands allowed to execute in this data statement.

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

Property Value

Applies to