InfoConnect for Unisys
ConnectionType Property (CancelableConnectionEventArgs)


The current connection type.
Syntax
'Declaration
 
Public ReadOnly Property ConnectionType As ConnectionTypeOption
'Usage
 
Dim instance As CancelableConnectionEventArgs
Dim value As ConnectionTypeOption
 
value = instance.ConnectionType
public ConnectionTypeOption ConnectionType {get;}
See Also