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 amount of time that the task or assignment is to be delayed from its early start date as a result of resource leveling.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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