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





Gets or sets the estimated cost of the task.

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

 Syntax

C#  Copy Code

public float EstimatedCost { get; set; }

Visual Basic  Copy Code

Public Property EstimatedCost As Single

 Property Value

A float value. Default is 0f.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace