BuildDictionary(Of TKey, TValue).Dictionary Property
Gets or sets the source dictionary.
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.
Show: