UomId Property
- Last UpdatedNov 06, 2025
- 1 minute read
The UomId property contains the ID of a unit of measure for MaxCapacity.
'Declaration
<FactMES.API.Common.DBNameAttribute("uom_id")>
Public Property UomId As Nullable(Of Integer)
'Usage
Dim instance As StorageExec
Dim value As Nullable(Of Integer)
instance.UomId = value
value = instance.UomId
[FactMES.API.Common.DBName("uom_id")]
public Nullable<int> UomId {get; set;}