AllowMultipleLots Property
- Last UpdatedMar 17, 2026
- 1 minute read
The AllowMultipleLots property contains a flag that specifies whether different lot numbers can be stored within this entity.
'Declaration
<FactMES.API.Common.DBNameAttribute("allow_multiple_lots")>
Public Property AllowMultipleLots As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.AllowMultipleLots = value
value = instance.AllowMultipleLots
[FactMES.API.Common.DBName("allow_multiple_lots")]
public bool AllowMultipleLots {get; set;}