SaveWorkflowCommand.InstanceKeysToComplete 屬性

定義

會取得一組必須與實例解除關聯的實例金鑰。

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)

屬性值

一組必須與實例解除關聯的實例金鑰集合。

適用於