ProjectDataSet.TaskRow.TASK_DUR_IS_EST Property
Indicates whether TASK_DUR_FMT is an estimate.
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_DUR_IS_EST As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_DUR_IS_EST
instance.TASK_DUR_IS_EST = value
public bool TASK_DUR_IS_EST { get; set; }
Property Value
Type: System.Boolean
Remarks
If TASK_DUR_IS_EST is true, a question mark appears beside the duration in Project Professional.
TASK_DUR_IS_EST is modifiable. Changing the value changes TASK_DUR_FMT. Likewise, changing TASK_DUR_FMT modifies the value of ASK_DUR_IS_EST.
For example, if the current value of TASK_DUR_FMT is 39 (EstDay) and you set the value of TASK_DUR_IS_EST to false, TASK_DUR_FMT changes to 7 (Day) to indicate the duration is not an estimate.