WorkflowInstance.WorkflowInstanceControl.IsPersistable Property

Definition

Gets a value that indicates whether the WorkflowInstance is in a state where it can be persisted.

public:
 property bool IsPersistable { bool get(); };
public bool IsPersistable { get; }
member this.IsPersistable : bool
Public ReadOnly Property IsPersistable As Boolean

Property Value

true if the WorkflowInstance can be persisted; otherwise, false.

Applies to