GetPSWorkflowData<T>
Class
Definition
Activity to retrieve the value of a workflow runtime variable.
public sealed class GetPSWorkflowData<T> : System.Activities.NativeActivity<T>
Type Parameters
- T
- Inheritance
-
GetPSWorkflowData<T>
Constructors
| GetPSWorkflowData<T>() |
Properties
| OtherVariableName |
The variable to retrieve, if not included in the PSWorkflowRuntimeVariable enum. |
| VariableToRetrieve |
The variable to retrieve. |