SaveWorkflowCommand.UnlockInstance 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解除實例的鎖定。 將鎖擁有者設為 for null a instance。
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。