PSDataStreams.Progress Property

Definition

Gets or sets the progress buffer. Powershell invocation writes the progress data into this buffer. Can be null.

public:
 property System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^ Progress { 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> Progress { get; set; }
member this.Progress : System.Management.Automation.PSDataCollection<System.Management.Automation.ProgressRecord> with get, set
Public Property Progress As PSDataCollection(Of ProgressRecord)

Property Value

Exceptions

Powershell instance cannot be changed in its current state.

Object is disposed.

Applies to