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 correlation priority type.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration CorrelationPriority
'Usage
Dim instance As QueueConstants.CorrelationPriority
public enum CorrelationPriority
Members
| Member name | Description | |
|---|---|---|
| Unknown | Value=0. Unknown priority. | |
| HighPriority | Value=1. High priority. | |
| StandardPriority | Value=2. Standard priority. | |
| LowPriority | Value=3. Low priority. | |
| LastPriority | Value=4. Last priority. |
Remarks
The CorrelationPriority property uses the QueueConstants.CorrelationPriority type.