WorkflowInstance.WorkflowInstanceControl.IsPersistable 属性

定义

获取一个值,该值指示 WorkflowInstance 是否处于可保持的状态。

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

属性值

Boolean

如果可以保留 WorkflowInstance,则为 true;否则为 false

适用于