InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / FileSystem Property


In This Topic
    FileSystem Property
    In This Topic
    Gets or sets a value indicating whether the terminal uses the ANSI character set or the ASCII character set for ASCII transfers from the host.
    Syntax
    'Declaration
     
    
    Property FileSystem As FileSystemOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As FileSystemOption
     
    instance.FileSystem = value
     
    value = instance.FileSystem
    FileSystemOption FileSystem {get; set;}

    Property Value

    The default value is Windows.
    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
    Do not change the default value of this property (Windows) if you use the AS/400 data transfer feature.
    See Also