Job.Progress Property

Definition

Gets or sets the progress buffer. Progress of job is written into this buffer.

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

Cannot set to a null value.

Object is disposed.

Applies to