InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400OutputDestinationOption Enumeration


In This Topic
    AS400OutputDestinationOption Enumeration
    In This Topic
    Specifies whether host data should be received to a PC file or to your display.
    Syntax
    'Declaration
     
    
    Public Enum AS400OutputDestinationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400OutputDestinationOption
    public enum AS400OutputDestinationOption : System.Enum 
    Members
    MemberDescription
    DisplayReceives host data to your display.
    FileReceives host data to the file specified by the Xfr400LocalFile property.
    SpreadsheetReceives host data to a DIF file.
    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.AS400OutputDestinationOption

    See Also