다음을 통해 공유


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

속성 값

Boolean

인스턴스의 잠금이 제거되면 true이고, 그렇지 않으면 false입니다.

적용 대상