DefDataVersion Property (ISessionManager)
- Last UpdatedMar 17, 2026
- 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;}