BuildDictionary(Of TKey, TValue).Dictionary Property

 

Gets or sets the source dictionary.

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

<DefaultValueAttribute(Nothing)>
Public Property Dictionary As InArgument(Of IDictionary(Of TKey, TValue))

Property Value

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

Returns the source dictionary.

Return to top
Show: