RemoveFromDictionary<TKey, TValue>::Dictionary Property

 

Gets or sets the dictionary from which to remove.

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

public:
[RequiredArgumentAttribute]
property InArgument<IDictionary<TKey, TValue>^>^ Dictionary {
	[CompilerGeneratedAttribute]
	InArgument<IDictionary<TKey, TValue>^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<IDictionary<TKey, TValue>^>^ value);
}

Property Value

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

Returns the target dictionary.

Return to top
Show: