Get(T) Method (String)

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
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

ExceptionCondition
System..::..ArgumentException No value was found for name

See Also