DictionaryContains<'TKey, 'TValue>.Dictionary Property

 

Gets or sets the dictionary to search.

Namespace:   Microsoft.Activities
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.

Return to top
Show: