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.