ResourceSetupDurationHours Property |
The usual duration of setup when changing production. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal SetupDurationHours { get; set; }
Public Property SetupDurationHours As Decimal
Get
Set
public:
property Decimal^ SetupDurationHours {
Decimal^ get ();
void set (Decimal^ value);
}
member SetupDurationHours : decimal with get, set
Property Value
Type:
Decimal
See Also