ResourceStandardCostPerHour Property |
Standard cost per hour for this resource. It participates in the calculation of standard cost for production recipes in which the current resource is used. [Currency: ResourceCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount StandardCostPerHour { get; set; }
Public Property StandardCostPerHour As Amount
Get
Set
public:
property Amount^ StandardCostPerHour {
Amount^ get ();
void set (Amount^ value);
}
member StandardCostPerHour : Amount with get, set
Property Value
Type:
Amount
See Also