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

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

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

See Also