InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsRLogin Interface / RloginTermType Property


In This Topic
    RloginTermType Property
    In This Topic
    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