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