InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / HostDescriptionFileName Property


In This Topic
    HostDescriptionFileName Property
    In This Topic
    Gets or sets the name and location of the host description file that is used by the GetHostElement method.
    Syntax
    'Declaration
     
    
    Property HostDescriptionFileName As String
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As String
     
    instance.HostDescriptionFileName = value
     
    value = instance.HostDescriptionFileName
    string HostDescriptionFileName {get; set;}

    Property Value

    The default value is "CommonInstallFolder\hosts.xml". The following environment variables are supported:
    • - Typically C:\Documents and Settings\username\Application Data).
    • - RHP, RRG, RUO, RSIT.
    • - Typically C:\Program Files\Micro Focus\InfoConnect.
    • - Typically C:\Program Files\Common Files\Micro Focus.
    • - Typically C:\Documents and Settings\username\My Documents.
    • - Typically C:\Documents and Settings\username.
    • - Typically C:\Documents and Settings\All Users\Documents.
    • - Typically C:\Program Files.
    • - Synonym for ProgramFilesFolder.
    • - The Windows user name without the domain name.
    Remarks
    The host description file is an XML file that contains information about how hosts respond to logon attempts. The value of this setting is saved in the Windows registry and affects all subsequent InfoConnect sessions.
    See Also