PackingListItemCheckNoFailedStatus Property |
A boolean value indicating whether or not the packing operation should validate
that the
Item has a non-FAILED status.
Items with a FAILED
status will be rejected.
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 CheckNoFailedStatus { get; set; }
Public Property CheckNoFailedStatus As Boolean
Get
Set
public:
property bool CheckNoFailedStatus {
bool get ();
void set (bool value);
}
member CheckNoFailedStatus : bool with get, set
Property Value
Type:
BooleanSee Also