Share via


Task.MAX_TASK_PRIORITY field

Contains an integer that represents the highest possible position number of a task in a task priority list.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared ReadOnly MAX_TASK_PRIORITY As Integer
'Usage
Dim value As Integer

value = Task.MAX_TASK_PRIORITY
public static readonly int MAX_TASK_PRIORITY

Remarks

The value of MAX_TASK_PRIORITY is set to 1000.

See also

Reference

Task class

Task members

Microsoft.Office.Project.Server.Library namespace