Attachmate Reflection 2014 .NET API Reference
DefaultHostSettings Property


Gets or sets whether Reflection uses default settings appropriate to a UNIX or OpenVMS host.
Syntax
'Declaration
 
Property DefaultHostSettings As DefaultHostSettingsOption
'Usage
 
Dim instance As ITerminal
Dim value As DefaultHostSettingsOption
 
instance.DefaultHostSettings = value
 
value = instance.DefaultHostSettings
DefaultHostSettingsOption DefaultHostSettings {get; set;}

Property Value

The initial value is determined during Setup.
Remarks
The value of this property is saved in the registry. Changing this property affects all new instances of Reflection.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ITerminal Interface
ITerminal Members

Send Feedback