DraftProject.ShowEstimatedDurations property

Gets or sets a value that indicates whether a question mark is displayed after an estimated duration for a task.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property ShowEstimatedDurations As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.ShowEstimatedDurations

instance.ShowEstimatedDurations = value
[RemoteAttribute]
public bool ShowEstimatedDurations { get; set; }

Property value

Type: System.Boolean
True if a question mark is displayed after an estimated duration for a task; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace