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

ICollection의 사용되지 않은 항목을 포함하는 WorkflowQueue입니다.

적용 대상