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>

要从持久性存储中删除的实例键的集合。

适用于