SaveWorkflowCommand.UnlockInstance 속성

정의

인스턴스의 잠금을 제거합니다. 인스턴스에 대한 잠금 소유자를 null 설정합니다.

public:
 property bool UnlockInstance { bool get(); void set(bool value); };
public bool UnlockInstance { get; set; }
member this.UnlockInstance : bool with get, set
Public Property UnlockInstance As Boolean

속성 값

true 인스턴스에서 잠금이 제거되면 이고, 그렇지 않으면 false.

적용 대상