PSActivity.PSProgressMessage 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.
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