Reflection
TelnetSysReq Property


Gets or sets a value that specifies what happens when you transmit the SysReq function (mapped to the ALT-PRINT SCREEN keystroke by default).
Syntax
'Declaration
 
Property TelnetSysReq As TelnetSysReqOption
'Usage
 
Dim instance As IIbmTerminal
Dim value As TelnetSysReqOption
 
instance.TelnetSysReq = value
 
value = instance.TelnetSysReq
TelnetSysReqOption TelnetSysReq {get; set;}

Property Value

The default (TelnetIntProcess) sends a Telnet Int Process to the host.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
The definition of this key varies by host application.
See Also