DefDataVersion Property (ISessionManager)
- 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
ReadOnly Property DefDataVersion As String
'Usage
Dim instance As ISessionManager
Dim value As String
value = instance.DefDataVersion
string DefDataVersion {get;}