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





Gets or sets the estimated cost of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public float EstimatedCost { get; set; }

Visual Basic  Copy Code

Public Property EstimatedCost As Single

 Property Value

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

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace