DynamicValue.Item Property (String)

Gets or sets an item by name.

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

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Default Property Item ( _
	key As String _
) As DynamicValue 
	Get 
	Set
'Usage
Dim instance As DynamicValue 
Dim key As String 
Dim value As DynamicValue 

value = instance(key)

instance(key) = value

Parameters

key
Type: System.String
The name of the item.

Property Value

Type: Microsoft.Activities.DynamicValue
The item with the specified name.

Implements

IDictionary(Of TKey, TValue).Item

Community Additions

ADD
Show: