SaveWorkflowCommand.InstanceKeysToFree 屬性

定義

會從持久儲存庫中移除一組實例金鑰。

public:
 property System::Collections::Generic::ICollection<Guid> ^ InstanceKeysToFree { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> InstanceKeysToFree { get; }
member this.InstanceKeysToFree : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property InstanceKeysToFree As ICollection(Of Guid)

屬性值

一組要從持久儲存庫刪除的實例金鑰集合。

適用於