Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / FileSystem Property


FileSystem Property
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

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