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