ExternalVariableValue(Of T) Constructor

 

Initializes a new instance of the ExternalVariableValue(Of T) class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Return to top

ExternalVariableValue(Of T) Constructor ()

Initializes a new instance of the ExternalVariableValue(Of T) class.

Public Sub New
Return to top

ExternalVariableValue(Of T) Constructor (String)

Initializes a new instance of the ExternalVariableValue(Of T) class.

Public Sub New (
	name As String
)

Parameters

name
Type: System.String

The name of the external variable to retrieve.

Return to top

ExternalVariableValue(Of T) Constructor (String, InArgument(Of T))

Initializes a new instance of the ExternalVariableValue(Of T) class.

Public Sub New (
	name As String,
	defaultValue As InArgument(Of T)
)

Parameters

name
Type: System.String

The name of the external variable to retrieve.

defaultValue
Type: System.Activities.InArgument(Of T)

The default value to return if the external variable has not been set.

Return to top
Show: