StartResultIsRejectedBatch Property |
Indicates that the
Batch associated with the start operation has been marked as rejected.
This only applies to
Batches representing material recipts (GRN's).
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 IsRejectedBatch { get; set; }
Public Property IsRejectedBatch As Boolean
Get
Set
public:
property bool IsRejectedBatch {
bool get ();
void set (bool value);
}
member IsRejectedBatch : bool with get, set
Property Value
Type:
BooleanSee Also