BatchEffectiveOptionCodes Property |
For configure to order (CTO) production batches, a list of the product option codes
associated with this batch.
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<string> EffectiveOptionCodes { get; }
Public ReadOnly Property EffectiveOptionCodes As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ EffectiveOptionCodes {
IEnumerable<String^>^ get ();
}
member EffectiveOptionCodes : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also