StockExitingStatus Property |
The ItemStatus of an
Item may be altered whenever it is removed from this stock.
This property indicates the new ItemStatus that will be set on all
Items as they
are removed from 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 ExitingStatus { get; set; }
Public Property ExitingStatus As ItemStatus
Get
Set
public:
property ItemStatus ExitingStatus {
ItemStatus get ();
void set (ItemStatus value);
}
member ExitingStatus : ItemStatus with get, set
Property Value
Type:
ItemStatusSee Also