Share via


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

適用於