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