Share via


WorkflowPreferenceVariables.PSPersistPreference Field

Definition

Workflow variable that is used to determine if a PowerShell activity should persist when it's done. if true, then all PSActivities in that scope will not persist at the end of their execution.

public: System::String ^ PSPersistPreference;
std::wstring PSPersistPreference;
public const string PSPersistPreference;
val mutable PSPersistPreference : string
Public Const PSPersistPreference As String 

Field Value

Applies to