Edit

Share via


ProjectDataSet.TaskRow.TASK_PRIORITY Property

Definition

Contains the level of importance that is given to the task, which indicates how readily the task or assignment can be delayed or split during resource leveling.

public:
 property int TASK_PRIORITY { int get(); void set(int value); };
public int TASK_PRIORITY { get; set; }
member this.TASK_PRIORITY : int with get, set
Public Property TASK_PRIORITY As Integer

Property Value

Remarks

Priority levels range from 0 through 1000. The lowest priority is 0. The default priority is 500.

Applies to