Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetSysReq Property
In This Topic
    TelnetSysReq Property
    In This Topic
    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
    expression.TelnetSysReq As TelnetSysReqOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A TelnetSysReqOption enumeration value.
    Exceptions
    ExceptionDescription
    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. This property is only relevant for 3270 terminals.
    See Also