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