WorkOrderItemOperationMoveTimeMinutes Property |
Time to move the lot to the next operation in minutes. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int MoveTimeMinutes { get; set; }
Public Property MoveTimeMinutes As Integer
Get
Set
public:
property int MoveTimeMinutes {
int get ();
void set (int value);
}
member MoveTimeMinutes : int with get, set
Property Value
Type:
Int32
See Also