GetPSWorkflowData<T>.VariableToRetrieve Property

Definition

The variable to retrieve.

public:
 property Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable VariableToRetrieve { Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable get(); void set(Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable value); };
public:
 property Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable VariableToRetrieve { Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable get(); void set(Microsoft::PowerShell::Activities::PSWorkflowRuntimeVariable value); };
public Microsoft.PowerShell.Activities.PSWorkflowRuntimeVariable VariableToRetrieve { get; set; }
member this.VariableToRetrieve : Microsoft.PowerShell.Activities.PSWorkflowRuntimeVariable with get, set
Public Property VariableToRetrieve As PSWorkflowRuntimeVariable

Property Value

Applies to