WorkflowInstance.WorkflowInstanceControl.IsPersistable Propiedad

Definición

Obtiene un valor que indica si el objeto WorkflowInstance está en un estado donde se puede hacer persistir.

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

Valor de propiedad

Boolean

true si WorkflowInstance se puede conservar; si no, false.

Se aplica a