Gets or sets the actual cost of this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
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.
See Also