MindFusion.Scheduling for ASP.NET Programmer's Guide
Task.ActualCost Property
See Also
 





Gets or sets the actual cost of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public float ActualCost { get; set; }

Visual Basic  Copy Code

Public Property ActualCost As Single

 Property Value

A float value. Default is 0f.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace