PSActivity.PSProgress Property

Definition

The Progress stream / collection for the activity.

public:
 property System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^> ^ PSProgress { System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^> ^ get(); void set(System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::ProgressRecord ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.ProgressRecord>> PSProgress { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSProgress : System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.ProgressRecord>> with get, set
Public Property PSProgress As InOutArgument(Of PSDataCollection(Of ProgressRecord))

Property Value

Attributes

Applies to