Microsoft.Activities.Extensions |
ClearDictionary<(Of <(<'TKey, TValue>)>)>..::..Dictionary Property |
ClearDictionary<(Of <(<'TKey, TValue>)>)> Class See Also Send Feedback |
Gets or sets Dictionary.
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<IDictionary<TKey, TValue>> Dictionary { get; set; } |
Visual Basic |
---|
Public Property Dictionary As InArgument(Of IDictionary(Of TKey, TValue)) Get Set |
Visual C++ |
---|
public: property InArgument<IDictionary<TKey, TValue>^>^ Dictionary { InArgument<IDictionary<TKey, TValue>^>^ get (); void set (InArgument<IDictionary<TKey, TValue>^>^ value); } |