Gets or sets the estimated cost of this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public double EstimatedCost { get; set; } |
Visual Basic Copy Code |
---|
Public Property EstimatedCost As Double |
A double value specifying the task's estimated cost. The default is 0.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |