Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether Project displays a question mark after an estimated duration for a task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_SHOW_EST_DUR As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_SHOW_EST_DUR
instance.PROJ_OPT_SHOW_EST_DUR = value
public bool PROJ_OPT_SHOW_EST_DUR { get; set; }
Property value
Type: System.Boolean
Remarks
True if estimated duration shows a question mark; otherwise, False. PROJ_OPT_SHOW_EST_DUR maps to the Show that 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.
See also
Reference
ProjectDataSet.ProjectRow class