DynamicValue.Remove Method (String)

Removes an item from a DynamicValue using the specified key.

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

Syntax

'Declaration
Public Function Remove ( _
    key As String _
) As Boolean
'Usage
Dim instance As DynamicValue 
Dim key As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(key)
public bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
) sealed
abstract Remove : 
        key:string -> bool  
override Remove : 
        key:string -> bool
public final function Remove(
    key : String
) : boolean

Parameters

Return Value

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

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See Also

Reference

DynamicValue Class

Remove Overload

Microsoft.Activities Namespace