ActivityImplementationContext.PSProgress Property

Definition

The Progress stream / collection for the activity.

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

Property Value

Applies to