StockEnteringStatus Property |
The ItemStatus of an
Item may be altered whenever it is moved into this stock.
This property indicates the new ItemStatus that will be set on all
Items as they
are moved into this stock.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ItemStatus EnteringStatus { get; set; }
Public Property EnteringStatus As ItemStatus
Get
Set
public:
property ItemStatus EnteringStatus {
ItemStatus get ();
void set (ItemStatus value);
}
member EnteringStatus : ItemStatus with get, set
Property Value
Type:
ItemStatusSee Also