Hello Dahall,
Thanks for your quick reply.
But when doing so I get the following error:
"TaskDefinition is not a member of task".
I only found
Dim action = task.Definition.Actions[0]
was working.
But then the error is
"Arguments is not a member of ActionCollection"
So I update to your latest version 2.5.20. But still I can't solve this compilation error.
Any idea what can solve this issue? (I had exactly the same error before asking the question :-))
Thanks for a hint.
Frank
Thanks for your quick reply.
But when doing so I get the following error:
"TaskDefinition is not a member of task".
I only found
Dim action = task.Definition.Actions[0]
was working.
But then the error is
"Arguments is not a member of ActionCollection"
So I update to your latest version 2.5.20. But still I can't solve this compilation error.
Any idea what can solve this issue? (I had exactly the same error before asking the question :-))
Thanks for a hint.
Frank