![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](icons/copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
![]() ![]() |
Microsoft.Activities.Extensions |
AddToDictionary<(Of <(<'TKey, TValue>)>)>..::..Key Property |
AddToDictionary<(Of <(<'TKey, TValue>)>)> Class See Also Send Feedback |
Gets or sets Key.
Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public InArgument<TKey> Key { get; set; } |
Visual Basic |
---|
Public Property Key As InArgument(Of TKey) Get Set |
Visual C++ |
---|
public: property InArgument<TKey>^ Key { InArgument<TKey>^ get (); void set (InArgument<TKey>^ value); } |