BatchAssemblyConfigurationOptionId Property |
For configure to order (CTO) production batches, the 128-bit unique identifier of the
Configuration Option 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 Nullable<Guid> AssemblyConfigurationOptionId { get; set; }
Public Property AssemblyConfigurationOptionId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> AssemblyConfigurationOptionId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member AssemblyConfigurationOptionId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also