Assign
The Assign action assigns a Value (VisualBasic Type) to a Variable.
Example: Z=4000
where Z is a variable of type Int32 (Z is declared in the variables section* and given type Int32) and the value 4000 is of type Int32.
*the variables section can be found by selecting the 'variables' toggle button in the lower left corner of the workspace.
Assign Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
DisplayName | String |
| Name of the property |
To | VB variable type (Int32, String, etc) | Output | The variable to be given a value. The variable should be declared in the variables section in advance. |
Value | Expression which conforms to 'To' Property Type (see row above) | Input | That VB expression which is assigned (Int32, String, etc.) |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COMMON ACTIONS