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