ProjectTaskResourceCostPerHour Property |
Cost per hour for the resource usage for this task (in the currency of the project). [Required] [Default(0)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal CostPerHour { get; set; }
Public Property CostPerHour As Decimal
Get
Set
public:
property Decimal^ CostPerHour {
Decimal^ get ();
void set (Decimal^ value);
}
member CostPerHour : decimal with get, set
Property Value
Type:
Decimal
See Also