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