Pipeline.PipelineStateInfo Property

Definition

Gets Info about current state of the pipeline.

public:
 abstract property System::Management::Automation::Runspaces::PipelineStateInfo ^ PipelineStateInfo { System::Management::Automation::Runspaces::PipelineStateInfo ^ get(); };
public abstract System.Management.Automation.Runspaces.PipelineStateInfo PipelineStateInfo { get; }
member this.PipelineStateInfo : System.Management.Automation.Runspaces.PipelineStateInfo
Public MustOverride ReadOnly Property PipelineStateInfo As PipelineStateInfo

Property Value

Remarks

This value indicates the state of the pipeline after the change.

Applies to