Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_NEW_TASK_EST property

Gets a value that specifies whether new scheduled tasks have estimated durations.

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

Syntax

'Declaration
Public Property PROJ_OPT_NEW_TASK_EST As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
The default value is True.

Remarks

The Show that scheduled tasks have estimated durations option can be set on the Schedule tab of the Project Options dialog box.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace