Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / HostTriggerCharacter Property


In This Topic
HostTriggerCharacter Property
In This Topic
Gets or sets the host trigger character value.
Syntax
'Declaration
 
Property HostTriggerCharacter As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.HostTriggerCharacter = value
 
value = instance.HostTriggerCharacter

Property Value

The default value for UNIX and OpenVMS and ReGIS Graphics emulations is a null, which can be represented as Chr$(rcNUL).
Remarks
This property returns (first syntax line) or specifies (second syntax line) the character that Reflection expects as the host-prompt character. This character is sent immediately after a host prompt.

Before changing this value, turn on display functions or display controls to verify the actual host prompt character.

See Also