Search
Task.EstimatedCost Property
See Also
 






Gets or sets the estimated cost of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double EstimatedCost { get; set; }

Visual Basic  Copy Code

Public Property EstimatedCost As Double

 Property Value

A double value specifying the task's estimated cost. The default is 0.

 See Also