PowerShellStreams<TInput,TOutput>.ProgressStream Property

Definition

Gets progress stream.

public:
 property System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^ ProgressStream { System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^ get(); void set(System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^ value); };
public System.Management.Automation.PSDataCollection<System.Management.Automation.ProgressRecord> ProgressStream { get; set; }
member this.ProgressStream : System.Management.Automation.PSDataCollection<System.Management.Automation.ProgressRecord> with get, set
Public Property ProgressStream As PSDataCollection(Of ProgressRecord)

Property Value

Applies to