ProjectDataSet.TaskRow.TASK_PRIORITY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.