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입니다.

적용 대상