DictionaryContains<'TKey, 'TValue>.Dictionary Property
Gets or sets the dictionary to search.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
[<RequiredArgumentAttribute>] member Dictionary : InArgument<IDictionary<'TKey, 'TValue>> with get, set
Property Value
Type: System.Activities.InArgument<IDictionary<'TKey, 'TValue>>Returns the dictionary.
Show: