WorkflowQueueInfo.Items 属性

定义

获取工作流队列中未使用项的集合。

public:
 property System::Collections::ICollection ^ Items { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Items { get; }
member this.Items : System.Collections.ICollection
Public ReadOnly Property Items As ICollection

属性值

一个 ICollection,其中包含 WorkflowQueue 中的未使用项。

适用于