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