Share via


PublishedTask.IsEffortDriven property

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

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

Syntax

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

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

Property value

Type: System.Boolean
True if scheduling of a task 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

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace