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.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

See Also