PocketPlanner Programmer's Guide

Task.ActualCost Property

See Also

Gets or sets the actual cost of this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public float ActualCost { get; set; }

Visual Basic

Public Property ActualCost As Single

 Property Value

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

 See Also