1. Home
  2. Docs
  3. Workflow
  4. WorkFlow Control
  5. WriteLine

WriteLine

System.Activities.Statements.WriteLine

  • WriteLine is used to display a string or the output value of a string variable in the Output

 Properties

        Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • Text (<String>) – The output content which needs to displayed in the Output
  • TextWriter (InArgument<TextWriter>) – This optional property is used for sending the output content in the Text property to a target different from the Output.