QueueStatusDataSet.StatusRow.CorrelationPriority Property
Specifies the priority of the queue job correlation.
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 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