Custom TaskParameter with name "Target" returns multiple values
When creating a task parameter with the name "Target" like so:
<TaskParameter type="Combobox" name="Target">
<Item name="a"/>
<Item name="b"/>
</TaskParameter>
The resulting TaskParameter value = *,a
If I rename the task parameter to any other name it returns the correct (singular) value "a"
It would appear that there might be a hidden property called "Target" that somehow is returning a value of "*" perhaps? When reporting all task parameters (when using any other name for this) I do not see TaskParameter Target = *