CommandBaseAst.Redirections Property

Definition

The possibly empty collection of redirections for this command.

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

Property Value

Applies to