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

适用于