DefDataVersion Property (SessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The DefDataVersion property contains the version of the MES default data, with which the database is initially populated.
'Declaration
Public ReadOnly Property DefDataVersion As String
'Usage
Dim instance As SessionManager
Dim value As String
instance.DefDataVersion = value
value = instance.DefDataVersion
public string DefDataVersion {get;}