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.
Contains the level of importance that is given to a task, which indicates how readily a task or assignment can be delayed or split during resource leveling.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_PRIORITY As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_PRIORITY
instance.TASK_PRIORITY = value
public int TASK_PRIORITY { get; set; }
Property value
Type: System.Int32
Remarks
Priority levels range from 0 through 1000. The lowest priority is 0. The default priority is 500.