Edit

PublishedTask.IsEffortDriven Property

Definition

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

public:
 property bool IsEffortDriven { bool get(); };
[Microsoft.SharePoint.Client.Remote]
public bool IsEffortDriven { get; }
member this.IsEffortDriven : bool
Public ReadOnly 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 for the task.

Applies to