DynamicValue.Remove Method (String)

Removes an item from a DynamicValue using the specified key.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public bool Remove(
	string key
)

Parameters

key
Type: System.String
The key of the item to be removed.

Return Value

Type: System.Boolean
true if the operation succeeded; otherwise, false.

Implements

IDictionary<TKey, TValue>.Remove(TKey)

Community Additions

ADD
Show: