ProjectDataSet.TaskRow.TASK_DUR_IS_EST property

Indicates whether TASK_DUR_FMT is an estimate.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace