Share via


BuildDictionary<TKey, TValue>.Dictionary Property

 

Gets or sets the source dictionary.

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

Syntax

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

Property Value

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

Returns the source dictionary.

See Also

BuildDictionary<TKey, TValue> Class
Microsoft.Activities Namespace

Return to top