ItemUnloadAfterDate Property |
If this property is set to a non-null value, this item will be automatically "unloaded" from
any workstation, or automated process equipment onto which it is presently loaded.
The purpose is to force operators to "re-validate" the material setup of the workstation or machine
after a certain amount of time has ellapsed. Use of this feature requires a specialized xTend module license.
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<DateTime> UnloadAfterDate { get; set; }
Public Property UnloadAfterDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> UnloadAfterDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member UnloadAfterDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also