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)

屬性值

ICollection<Guid>

要從持續性存放區刪除的執行個體索引鍵集合。

適用於