QueueID Enumeration
Specifies the queue ID type.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration QueueID
'Usage
Dim instance As QueueID
[SerializableAttribute]
public enum QueueID
Members
| Member name | Description | |
|---|---|---|
| UnknownQ | Value=0. Unknown queue. | |
| ProjectQ | Value=1. Project queue. | |
| TimesheetQ | Value=2. Timesheet queue. | |
| EndQList | Value=3. |
Remarks
Note |
|---|
The Microsoft.Office.Project.Server.Library namespace also includes the QueueConstants.QueueID type. |
Note