Difference between revisions of "Activity:GetFromDictionary (Activity)"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary. If the data type of the returned item is known, the GetFromDictionary<T> activity, with a generic type argument, should be used. | The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary. If the data type of the returned item is known, the GetFromDictionary<T> activity, with a generic type argument, should be used. | ||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get from Dictionary | | title = Get from Dictionary | ||
Line 35: | Line 36: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
+ | |||
+ | [[Category:Activities]] |
Latest revision as of 09:59, 4 November 2015
The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary. If the data type of the returned item is known, the GetFromDictionary<T> activity, with a generic type argument, should be used.