QueueConstants.QueueID Enumeration

Specifies the queue identifier.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration QueueID
'Usage
Dim instance As QueueConstants.QueueID
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

NoteNote

The WebSvcQueueSystem namespace also includes the QueueID type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace

Other Resources

How to: Use the QueueSystem Web Service