QueueStatusDataSet.StatusRow.CorrelationPriority property
Specifies the priority of the queue job correlation.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.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 the CorrelationPriority property are defined in the QueueConstants.CorrelationPriority enumeration.
See also
Reference
QueueStatusDataSet.StatusRow class