Share via


ExitStatementAst.Pipeline Property

Definition

The pipeline specified in the exit statement, or null if none was specified.

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

Property Value

Applies to