ClientType Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The ClientType property contains the type of module (e.g., Configurator, Supervisor, DataEditor, etc.) that is creating the SessionManager object.
'Declaration
ReadOnly Property ClientType As ClientTypes
'Usage
Dim instance As ISessionManager
Dim value As ClientTypes
value = instance.ClientType
ClientTypes ClientType {get;}