Database Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The Database property contains the name of the MES database.
'Declaration
ReadOnly Property Database As String
'Usage
Dim instance As ISessionManager
Dim value As String
value = instance.Database
string Database {get;}