PSActivity.PSPersist Property

Definition

Forces the activity to not call the persist functionality, which will be responsible for persisting the workflow state onto the disk.

public:
 property System::Activities::InArgument<Nullable<bool>> ^ PSPersist { System::Activities::InArgument<Nullable<bool>> ^ get(); void set(System::Activities::InArgument<Nullable<bool>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool?> PSPersist { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSPersist : System.Activities.InArgument<Nullable<bool>> with get, set
Public Property PSPersist As InArgument(Of Nullable(Of Boolean))

Property Value

Attributes

Applies to