ProjectDataSet.ProjectRow.PROJ_OPT_NEW_TASK_EST property

Indicates whether new tasks have estimated durations.

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

Syntax

'Declaration
Public Property PROJ_OPT_NEW_TASK_EST As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_NEW_TASK_EST

instance.PROJ_OPT_NEW_TASK_EST = value
public bool PROJ_OPT_NEW_TASK_EST { get; set; }

Property value

Type: System.Boolean

Remarks

True if new tasks have estimated durations; otherwise, False. PROJ_OPT_NEW_TASK_EST maps to the New tasks have estimated durations option on the Schedule tab of the Options dialog box in Project Professional.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is True.

Estimated durations appear in Microsoft Office Project Professional with a question mark, for example, 1 day?, if PROJ_OPT_SHOW_EST_DUR is True.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace