StockLocationIsDryStorage Property |
Indicates whether or not this stock location is dehumidified. This is important for
electronic Moisture Sensitive Device (MSD) handling.
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 IsDryStorage { get; set; }
Public Property IsDryStorage As Boolean
Get
Set
public:
property bool IsDryStorage {
bool get ();
void set (bool value);
}
member IsDryStorage : bool with get, set
Property Value
Type:
BooleanSee Also