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


In This Topic
    RloginPort Property
    In This Topic
    The protocol port used to establish the Rlogin connection.
    Syntax
    'Declaration
     
    
    Property RloginPort As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsRLogin
    Dim value As Integer
     
    instance.RloginPort = value
     
    value = instance.RloginPort
    int RloginPort {get; set;}

    Property Value

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