ClearDictionary(Of TKey, TValue).Dictionary Property

 

Gets or sets the target dictionary.

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

<RequiredArgumentAttribute>
<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 target dictionary.

Return to top
Show: