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\Reflection.
- - 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.
See Also