ItemStockedOutDate Property |
The date/time when this item was most recently removed from its most recent stock location.
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 Nullable<DateTime> StockedOutDate { get; }
Public ReadOnly Property StockedOutDate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> StockedOutDate {
Nullable<DateTime> get ();
}
member StockedOutDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also