CountDictionary<TKey, TValue>.Dictionary Property
Gets or sets the target dictionary.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
[RequiredArgumentAttribute] public InArgument<IDictionary<TKey, TValue>> Dictionary { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
Property Value
Type: System.Activities.InArgument<IDictionary<TKey, TValue>>Returns the target dictionary.
Show: