GetDictionaryValue<TKey, TValue>.Dictionary Property

 

Gets or sets the dictionary from which to read.

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

Return to top
Show: