ParenExpressionAst.Pipeline 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 pipeline (which is frequently but not always an expression) for this parenthesized expression. This property is never null.
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