QueueStatusDataSet.StatusRow.CorrelationPriority Property
Specifies the priority of the queue job correlation.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property CorrelationPriority As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.CorrelationPriority
instance.CorrelationPriority = value
public int CorrelationPriority { get; set; }
Property Value
Type: System.Int32
Remarks
Integer values for CorrelationPriority are defined in the QueueConstants.CorrelationPriority enumeration.
See Also
Reference
QueueStatusDataSet.StatusRow Class