SaveWorkflowCommand.InstanceKeysToFree Property

Definition

Gets a collection of instance keys to be deleted from the persistence store.

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)

Property Value

A collection of instance keys to be deleted from the persistence store.

Applies to