Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CancelableConnectionEventArgs Class / ConnectionType Property


In This Topic
ConnectionType Property (CancelableConnectionEventArgs)
In This Topic
The current connection type.
Syntax
'Declaration
 
Public ReadOnly Property ConnectionType As ConnectionTypeOption
 
'Usage
 
Dim instance As CancelableConnectionEventArgs
Dim value As ConnectionTypeOption
 
value = instance.ConnectionType
See Also