ProjectDataSet.TaskRow.TASK_LEVELING_DELAY 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 amount of time that a task or assignment is to be delayed from its early start date as a result of resource leveling.
public:
property int TASK_LEVELING_DELAY { int get(); void set(int value); };
public int TASK_LEVELING_DELAY { get; set; }
member this.TASK_LEVELING_DELAY : int with get, set
Public Property TASK_LEVELING_DELAY As Integer