InternalPartSimultaneousLoading Property |
A nullable boolean value indicating whether or not single instances of this part may be loaded at more than one physical location
on the production floor.
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<bool> SimultaneousLoading { get; set; }
Public Property SimultaneousLoading As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> SimultaneousLoading {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member SimultaneousLoading : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also