BuildDictionary(Of TKey, TValue).Values Property

 

Gets the dictionary of keys and values to add.

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

Public ReadOnly Property Values As IDictionary(Of TKey, InArgument(Of TValue))

Property Value

Type: System.Collections.Generic.IDictionary(Of TKey, InArgument(Of TValue))

Returns the dictionary of keys and values to add.

Return to top
Show: