DynamicValue.Values Property

Gets the collection of values for this instance.

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

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

value = instance.Values

Property Value

Type: System.Collections.Generic.ICollection(Of DynamicValue)
The collection of values for this instance.

Implements

IDictionary(Of TKey, TValue).Values

Community Additions

ADD
Show: