GetPSWorkflowData<T> Class

Definition

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.

Applies to