Gets or sets the cost per usage of this ResourceItem. 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 double CostPerUsage { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property CostPerUsage As Double

Implements

IResourceItem..::.CostPerUsage

See Also