DraftTask.IsEffortDriven Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.