DraftTask.IsEffortDriven property
Gets or sets a value that indicates whether the scheduling of a task is effort-driven.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IsEffortDriven As Boolean
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Boolean
value = instance.IsEffortDriven
instance.IsEffortDriven = value
[RemoteAttribute]
public bool IsEffortDriven { get; set; }
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 on a task.