PocketPlanner Programmer's Guide

Task.EstimatedCost Property

See Also

Gets or sets the estimated cost of this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public float EstimatedCost { get; set; }

Visual Basic

Public Property EstimatedCost As Single

 Property Value

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

 See Also