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