Programming with Reflection
SessionType property
Syntax |
object.SessionType |
Data type |
Returns the type of device to emulate.
To change your session type:
1 Close your current connection (use the Disconnect method if necessary).
2 Use the SetupSession method to define a new session. (This will set the SessionType, TransportType, and TerminalModel properties.)
This property is read-only.
Refer to the SessionType argument of the SetupSession method for a list of possible values.