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

Assign

System.Activities.Statements.Assign

  • Assign activity used to assign a value to a variable.
  • Can be used to increment the value of a variable in a loop, sum up the value of two or more variables and assign the result to another variable, assign values to an array and lot more.

Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • To (OutArgument) –Define a variable/an expression for storing the values.
  • Value (InArgument) – Stores the output/result values of a condition/an expression.