TrackingStepRequiresProductScan Property |
A boolean value which, when true, indicates that the operators performing this step
will be required to re-scan the barcode of the unit before completing the step.
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 RequiresProductScan { get; set; }
Public Property RequiresProductScan As Boolean
Get
Set
public:
property bool RequiresProductScan {
bool get ();
void set (bool value);
}
member RequiresProductScan : bool with get, set
Property Value
Type:
BooleanSee Also