Search
Task.ActualCost Property
See Also
 






Gets or sets the actual cost of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double ActualCost { get; set; }

Visual Basic  Copy Code

Public Property ActualCost As Double

 Property Value

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

 See Also