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

适用于