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