BatchQuantityVerificationMode Property |
An enumerated value indicating how quantities should be managed for this batch.
FactoryLogix can optionally prevent operators from initializing too many production units
into a batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public BatchQuantityVerification QuantityVerificationMode { get; set; }
Public Property QuantityVerificationMode As BatchQuantityVerification
Get
Set
public:
property BatchQuantityVerification QuantityVerificationMode {
BatchQuantityVerification get ();
void set (BatchQuantityVerification value);
}
member QuantityVerificationMode : BatchQuantityVerification with get, set
Property Value
Type:
BatchQuantityVerificationSee Also