WorkOrderWorkOrderType Property |
The type of kind of this work order.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic WorkOrderType WorkOrderType { get; set; }
Public Property WorkOrderType As WorkOrderType
Get
Set
public:
property WorkOrderType WorkOrderType {
WorkOrderType get ();
void set (WorkOrderType value);
}
member WorkOrderType : WorkOrderType with get, set
Property Value
Type:
WorkOrderType
See Also