ProjectDataSet.TaskRow.TASK_LEVELING_DELAY property
Contains the amount of time that the task or assignment is to be delayed from its early start date as a result of resource leveling.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_LEVELING_DELAY As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_LEVELING_DELAY
instance.TASK_LEVELING_DELAY = value
public int TASK_LEVELING_DELAY { get; set; }
Property value
Type: System.Int32