DynamicValue.Add Method (String, DynamicValue)
Adds a DynamicValue with specific key and value.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Parameters
- key
- Type: System.String
The object key.
- value
- Type: Microsoft.Activities.DynamicValue
The object value.
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)Community Additions
ADD
Show: