DynamicValue.Remove Method (String)
Removes an item from a DynamicValue using the specified key.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Parameters
- key
- Type: System.String
The key of the item to be removed.
Implements
IDictionary<TKey, TValue>.Remove(TKey)Community Additions
ADD
Show: