DynamicValue.Keys Property

Gets the collection of keys for the dynamic values.

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

'Declaration
Public ReadOnly Property Keys As ICollection(Of String)
	Get
'Usage
Dim instance As DynamicValue 
Dim value As ICollection(Of String)

value = instance.Keys

Property Value

Type: System.Collections.Generic.ICollection(Of String)
The collection of keys for the dynamic values.

Implements

IDictionary(Of TKey, TValue).Keys

Community Additions

ADD
Show: