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

適用対象