I am using a List (Of String) in WF4 because I'd like to perform set operations (like get distinct, etc.) and had a qs. about using the AddToCollection activity. Is it possible to add a number of items with one statement? e.g. I'd like to add "alpha", "bravo", "charlie" in one activity instead of three
The Collection - String does not work well for me because I cannot get it in the C# call in the client. I could use that too if you have a solution.
Thanks in advance.