Gets or sets the cost of this Task.
The minimum value of this property is the total task assignment cost, computed using the assigned resource per usage and per hour costs and the assigned allocation units.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public double Cost { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property Cost As Double |