Gets or sets the specific hour cost values to apply for the assigned resources of the managed tasks.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public IDictionary<Object, double> SpecificResourceHourCosts { get; set; }
Visual Basic (Declaration)
Public Property SpecificResourceHourCosts As IDictionary(Of Object, Double)
	Get
	Set

See Also