ClientType Property (ISessionManager)
- Last UpdatedApr 28, 2026
- 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;}