RemoveFromDictionary<TKey, TValue>::Key Property

 

Gets or sets the key of the item to remove.

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

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

Property Value

Type: System.Activities::InArgument<TKey>^

Returns the key to use for the removal.

Return to top
Show: