Share via


PublishedProject.DefaultEffortDriven property

Gets a value that indicates whether the scheduling of new tasks is effort-driven.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultEffortDriven As Boolean
    Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean

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

Property value

Type: System.Boolean
True if the scheduling of new tasks is effort-driven; otherwise, False.

Remarks

Effort-driven scheduling occurs when the duration of tasks is affected by the assigning or removing of resources for the task.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace