QueueStatusDataSet.StatusRow.QueueID property

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

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.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 the QueueID property are defined in the QueueID enumeration.

See also

Reference

QueueStatusDataSet.StatusRow class

QueueStatusDataSet.StatusRow members

WebSvcQueueSystem namespace