QueueStatusDataSet.StatusRow.QueueID Property
Specifies the queue identifier (1 is the Project queue; 2 is the Timesheet queue).
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
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