ExternalVariable(Of T) Class
A workflow variable used for modeling global state that can be externally queried even while the instance is persisted.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalVariable(Of T)() | Initializes a new instance of the ExternalVariable(Of T) class. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets or sets the default value to use if the external variable has not be set. |
![]() | Modifiers | Gets or sets the variable modifiers.(Inherited from ExternalVariable.) |
![]() | Name | Gets or sets the name of the external variable.(Inherited from ExternalVariable.) |
![]() | Type | Gets the type of the external variable.(Overrides ExternalVariable.Type.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

