GetPSWorkflowData<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity to retrieve the value of a workflow runtime variable.
generic <typename T>
public ref class GetPSWorkflowData sealed : System::Activities::NativeActivity<T>
public sealed class GetPSWorkflowData<T> : System.Activities.NativeActivity<T>
type GetPSWorkflowData<'T> = class
inherit NativeActivity<'T>
Public NotInheritable Class GetPSWorkflowData(Of T)
Inherits NativeActivity(Of 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. |