SaveWorkflowCommand.InstanceKeysToFree Propiedad

Definición

Obtiene una colección de claves de instancia que se van a eliminar del almacén de persistencia.

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)

Valor de propiedad

Colección de claves de instancia que se eliminarán del almacén de persistencia.

Se aplica a