StorageEntId Property
- Last UpdatedNov 06, 2025
- 1 minute read
The StorageEntId property contains the ID of another entity where this storage entity is currently located (only used when this storage entity is movable).
'Declaration
<FactMES.API.Common.DBNameAttribute("storage_ent_id")>
Public Property StorageEntId As Nullable(Of Integer)
'Usage
Dim instance As StorageExec
Dim value As Nullable(Of Integer)
instance.StorageEntId = value
value = instance.StorageEntId
[FactMES.API.Common.DBName("storage_ent_id")]
public Nullable<int> StorageEntId {get; set;}