QueueStatusDataSet.StatusRow.GroupPriority Property
Specifies the priority of the job group in the 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 GroupPriority As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.GroupPriority
instance.GroupPriority = value
public int GroupPriority { get; set; }
Property Value
Type: System.Int32
Remarks
For integer values of the GroupPriority property, see the QueueConstants.QueueMsgPriority type.
See Also
Reference
QueueStatusDataSet.StatusRow Class