ItemMSDExpiredDate Property |
The date/time when the exposure time of a moisture sensitive item exceeded maximum limits.
This property is only used for items that represent moisture sensitive materials (MSD materials).
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> MSDExpiredDate { get; }
Public ReadOnly Property MSDExpiredDate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> MSDExpiredDate {
Nullable<DateTime> get ();
}
member MSDExpiredDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also