AddToDictionary<TKey, TValue>.Key Property

 

Gets or sets the key to be added.

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

[RequiredArgumentAttribute]
public InArgument<TKey> Key {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<TKey>

Returns the key to be added.

Return to top
Show: