A boolean value indicating that this item has been reserved by the system for use on a Transport Order,
and is not presently available for use in other production orders (batches) that are not associated
to the reservation.
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsReserved { get; }
Public ReadOnly Property IsReserved As Boolean
Get
public:
property bool IsReserved {
bool get ();
}
member IsReserved : bool with get
Property Value
Type:
BooleanSee Also