BatchWorkOrderId Property |
The Id of
WorkOrder with which this batch is associated.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> WorkOrderId { get; }
Public ReadOnly Property WorkOrderId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> WorkOrderId {
Nullable<Guid> get ();
}
member WorkOrderId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also