WorkOrderAssociatedBatches Property |
A read-only, enumerable list of the
Batches associated to this order.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Batch> AssociatedBatches { get; }
Public ReadOnly Property AssociatedBatches As IEnumerable(Of Batch)
Get
public:
property IEnumerable<Batch^>^ AssociatedBatches {
IEnumerable<Batch^>^ get ();
}
member AssociatedBatches : IEnumerable<Batch> with get
Property Value
Type:
IEnumerableBatchSee Also