ExternalVariableValue(Of T) Constructor
Initializes a new instance of the ExternalVariableValue(Of T) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalVariableValue(Of T)() | Initializes a new instance of the ExternalVariableValue(Of T) class. |
![]() | ExternalVariableValue(Of T)(String) | Initializes a new instance of the ExternalVariableValue(Of T) class. |
![]() | ExternalVariableValue(Of T)(String, InArgument(Of T)) | Initializes a new instance of the ExternalVariableValue(Of T) class. |
ExternalVariableValue(Of T) Constructor ()
Initializes a new instance of the ExternalVariableValue(Of T) class.
ExternalVariableValue(Of T) Constructor (String)
Initializes a new instance of the ExternalVariableValue(Of T) class.
Parameters
- name
-
Type:
System.String
The name of the external variable to retrieve.
ExternalVariableValue(Of T) Constructor (String, InArgument(Of T))
Initializes a new instance of the ExternalVariableValue(Of T) class.
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.
Show:
