






|
| Microsoft.Activities.Extensions |
| OutputDictionary..::..Get<(Of <(<'T>)>)> Method (String) |
| OutputDictionary Class See Also Send Feedback |
Gets a value from the output dictionary
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
| C# |
|---|
public T Get<T>( string name ) |
| Visual Basic |
|---|
Public Function Get(Of T) ( _ name As String _ ) As T |
| Visual C++ |
|---|
public: generic<typename T> T Get( String^ name ) |
Parameters
- name
- Type: System..::..String
The argument name.
Type Parameters
- T
- The type of the argument
Return Value
The dictionary value
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | No value was found for name |
