GetPSWorkflowData<T>.VariableToRetrieve Property
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.
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