Share via


QueueID Enumeration

Specifies the queue ID type.

Namespace:  [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl

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.

See Also

Reference

QueueSystem Web Service

Other Resources

How to: Use the QueueSystem Service