Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQHostSystem Property
In This Topic
    WRQHostSystem Property
    In This Topic
    Returns or specifies the type of host Reflection expects to interact with.
    Syntax
    expression.WRQHostSystem As HostSystemTypeOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A HostSystemTypeOption value
    Remarks
    This property is relevant only for transfers that use the WRQ/Reflection protocol. The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details.
    • Defines the HP 1000 as the host system type.
    • Defines the HP 3000 as the host system type.
    • Defines VMS as the host system type.
    • Defines UNIX as the host system type.
    • Defines Other as the host system type.
    See Also