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