ResourceCostRateStandardRatePerHour Property |
The standard cost per hour of the resource in the resources costing currency. The standard cost is applied for resource usage during the normal working hours. [Currency: Resource.CostingCurrency] [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount StandardRatePerHour { get; set; }
Public Property StandardRatePerHour As Amount
Get
Set
public:
property Amount^ StandardRatePerHour {
Amount^ get ();
void set (Amount^ value);
}
member StandardRatePerHour : Amount with get, set
Property Value
Type:
Amount
See Also