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