LevelingOrder

LevelingOptions.LevelingOrder property

Gets the order in which the leveling algorithm delays tasks that have overallocations. After determination of tasks causing the overallocation and which tasks can be delayed, the specified order is used which task should be delayed first.

public LevelingOrder LevelingOrder { get; set; }

See Also