SaveWorkflowCommand.InstanceKeysToFree Propriedade
Definição
Obtém uma coleção de chaves de instância a serem excluídas do repositório de persistência.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)
Valor da propriedade
Uma coleção de chaves de instância a ser excluída do repositório de persistência.A collection of instance keys to be deleted from the persistence store.