Edit

DraftTask.IsEffortDriven Property

Definition

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

public:
 property bool IsEffortDriven { bool get(); void set(bool value); };
[Microsoft.SharePoint.Client.Remote]
public bool IsEffortDriven { get; set; }
member this.IsEffortDriven : bool with get, set
Public Property IsEffortDriven As Boolean

Property Value

True if scheduling of a task is effort-driven; otherwise, False.

Attributes

Remarks

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

Applies to