SpareInt4 Property
- Last UpdatedNov 06, 2025
- 1 minute read
The SpareInt4 property contains the contents of the user-defined spare4 integer field.
'Declaration
<FactMES.API.Common.DBNameAttribute("spare_int4")>
Public Property SpareInt4 As Nullable(Of Integer)
'Usage
Dim instance As StorageExec
Dim value As Nullable(Of Integer)
instance.SpareInt4 = value
value = instance.SpareInt4
[FactMES.API.Common.DBName("spare_int4")]
public Nullable<int> SpareInt4 {get; set;}