Microsoft.Activities.Extensions |
RemoveFromDictionary<(Of <(<'TKey, TValue>)>)>..::..Key Property |
RemoveFromDictionary<(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); } |