Gets the preferred cost of this Task representing the last cost value set by an external call and not altered by applying any constraints such as those based on the task assignments).
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public double PreferredCost { get; internal set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property PreferredCost As Double |