Execute Code allows you to execute VB.NET code. You can either write your own VB.NET code in
the code editor or invoke any existing .NET assembly that is registered in the GAC. You can also
use the Execute Code component to define functions that can be used in other actions.
The following function called TestFunc is defined in the Execute Code component:
Later the same function can be used in another action under the same task as follows:
Code can also be immediately executed from the Execute Code component: