PackingListItemCheckNoOpenDefects Property |
A boolean value indicating whether or not the packing operation should validate
that the
Item being packed has no open defects (all defects are closed or false).
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 CheckNoOpenDefects { get; set; }
Public Property CheckNoOpenDefects As Boolean
Get
Set
public:
property bool CheckNoOpenDefects {
bool get ();
void set (bool value);
}
member CheckNoOpenDefects : bool with get, set
Property Value
Type:
BooleanSee Also