QueueID 枚举

指定的队列 ID 类型。

命名空间:  WebSvcQueueSystem
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration QueueID
用法
Dim instance As QueueID
[SerializableAttribute]
public enum QueueID

成员

成员名称 说明
UnknownQ 值为 0。未知的队列。
ProjectQ 值 = 1。项目队列。
TimesheetQ 值 = 2。时间表队列。
EndQList 值 = 3。

备注

另请参阅

引用

WebSvcQueueSystem 命名空间

其他资源

How to: Use the QueueSystem Service