Reflection
RloginTermType Property


The terminal type used during Rlogin connection negotiations to set terminal characteristics for the session.
Syntax
'Declaration
 
Property RloginTermType As String
'Usage
 
Dim instance As IConnectionSettingsRLogin
Dim value As String
 
instance.RloginTermType = value
 
value = instance.RloginTermType
string RloginTermType {get; set;}

Property Value

This value cannot be changed if the connection is open.
See Also