WorkflowPreferenceVariables.PSPersistPreference Field
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.
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