






|
| Microsoft.Activities.Extensions |
| ValueExistsInDictionary<(Of <(<'TKey, TValue>)>)>..::..Value Property |
| ValueExistsInDictionary<(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<TValue> Value { get; set; } |
| Visual Basic |
|---|
Public Property Value As InArgument(Of TValue) Get Set |
| Visual C++ |
|---|
public: property InArgument<TValue>^ Value { InArgument<TValue>^ get (); void set (InArgument<TValue>^ value); } |
