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