AllowMultipleItems Property
- Last UpdatedNov 06, 2025
- 1 minute read
The AllowMultipleItems property contains a flag that specifies whether different items can be stored within this storage entity.
'Declaration
<FactMES.API.Common.DBNameAttribute("allow_multiple_items")>
Public Property AllowMultipleItems As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.AllowMultipleItems = value
value = instance.AllowMultipleItems
[FactMES.API.Common.DBName("allow_multiple_items")]
public bool AllowMultipleItems {get; set;}