InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / HostAddress Property


In This Topic
    HostAddress Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets the name of the host to which to connect.
    Syntax
    'Declaration
     
    
    Property HostAddress As String
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As String
     
    instance.HostAddress = value
     
    value = instance.HostAddress
    string HostAddress {get; set;}

    Property Value

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