Add To Dictionary
Adds specified key and value to the Dictionary.
Last updated
Adds specified key and value to the Dictionary.
Last updated
This activity is used to add a user-specified key and value data to a given dictionary.
Key : String Argument
Specifies the key of the Key-Value pair that is to be entered into the dictionary.
Value: Object Argument
Specifies the value of the Key-Value pair that is to be entered into the dictionary.
Dictionary: Specifies the Dictionary object in which the key and value data are to be added.
Key Exists: Specifies the action to be taken when the specified key already exists in the dictionary.