SaveWorkflowCommand.InstanceKeysToComplete Property

Definition

Gets a collection of instance keys that must be disassociated with an instance.

public:
 property System::Collections::Generic::ICollection<Guid> ^ InstanceKeysToComplete { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> InstanceKeysToComplete { get; }
member this.InstanceKeysToComplete : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property InstanceKeysToComplete As ICollection(Of Guid)

Property Value

A collection of instance keys that must be disassociated with an instance.

Applies to