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


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