PSActivity.PSProgressMessage Property

Definition

In addition to the display name PSProgress Message will provide the way to append the additional information into the activity progress message like branch name or iteration number in case of parallel foreach.

public:
 property System::Activities::InArgument<System::String ^> ^ PSProgressMessage { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<string> PSProgressMessage { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSProgressMessage : System.Activities.InArgument<string> with get, set
Public Property PSProgressMessage As InArgument(Of String)

Property Value

Attributes

Applies to