Gets or sets the path to a Double value on a source resource item to serve as the resource cost per hour, or null to indicate that the cost per hour is not provided by the source resource item. The resource cost per hour is applied when computing a task cost, proportionally for each assignment, considering the task duration and the assigned allocation units. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string CostPerHourMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CostPerHourMemberPath As String

See Also