Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the priority of the job group in the queue.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.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 the GroupPriority property, see the QueueConstants.QueueMsgPriority type.
See also
Reference
QueueStatusDataSet.StatusRow class