Share via


DictionaryContains<TKey, TValue>.Dictionary Property

 

Gets or sets the dictionary to search.

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

Syntax

[RequiredArgumentAttribute]
public InArgument<IDictionary<TKey, TValue>> Dictionary {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InArgument<IDictionary<TKey, TValue>^>^ Dictionary {
    [CompilerGeneratedAttribute]
    InArgument<IDictionary<TKey, TValue>^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<IDictionary<TKey, TValue>^>^ value);
}
[<RequiredArgumentAttribute>]
member Dictionary : InArgument<IDictionary<'TKey, 'TValue>> with get, set
<RequiredArgumentAttribute>
Public Property Dictionary As InArgument(Of IDictionary(Of TKey, TValue))

Property Value

Type: System.Activities.InArgument<IDictionary<TKey, TValue>>

Returns the dictionary.

See Also

DictionaryContains<TKey, TValue> Class
Microsoft.Activities Namespace

Return to top