QueueStatusDataSet.StatusRow.QueueID Property

Specifies the queue identifier (1 is the Project queue; 2 is the Timesheet queue).

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property QueueID As Integer
    Get
    Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer

value = instance.QueueID

instance.QueueID = value
public int QueueID { get; set; }

Property Value

Type: System.Int32

Remarks

Integer values of QueueID are defined in the QueueID enumeration.

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

WebSvcQueueSystem Namespace