PublishedTask.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 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.