Gets or sets the specific usage cost values to apply for the assigned resources of the managed tasks.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public IDictionary<Object, double> SpecificResourceUsageCosts { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SpecificResourceUsageCosts As IDictionary(Of Object, Double) Get Set |