System.Activities.Statements.MessageBox
- MessageBox is used for displaying a specified text.
- If a process is executed and a message box is displayed in between with a specific text, at that time the process execution is paused until the “OK” button option is clicked.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- InputData (InArgument<Object>) – The text which needs to be displayed in the message box