OperationRunTimeMinutes Property |
The time required to process one product lot. The run time is calculated for each produced lot. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int RunTimeMinutes { get; set; }
Public Property RunTimeMinutes As Integer
Get
Set
public:
property int RunTimeMinutes {
int get ();
void set (int value);
}
member RunTimeMinutes : int with get, set
Property Value
Type:
Int32
See Also