PSActivity.PSProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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