QueueStatusDataSet.StatusRow.GroupPriority Property
Priority of the job group in the queue.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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 GroupPriority, see QueueConstants.QueueMsgPriority.
See Also
Reference
QueueStatusDataSet.StatusRow Class