ProjectDataSet.TaskRow.TASK_LEVELING_DELAY_FMT Property
Indicates the desired display format of the TASK_LEVELING_DELAY value, and whether the duration is considered only an estimate rather than a firm value.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property TASK_LEVELING_DELAY_FMT As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Short
value = instance.TASK_LEVELING_DELAY_FMT
instance.TASK_LEVELING_DELAY_FMT = value
public short TASK_LEVELING_DELAY_FMT { get; set; }
Property Value
Type: System.Int16
Remarks
For more information, see TASK_DUR_FMT.