Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / IsWinMASSSupported Property


In This Topic
IsWinMASSSupported Property
In This Topic
Gets or sets a value indicating whether WinMASS software support is enabled.
Syntax
'Declaration
 
Property IsWinMASSSupported As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.IsWinMASSSupported = value
 
value = instance.IsWinMASSSupported

Property Value

The default value is false.
Remarks
WinMASS is a language translation program.

When this setting is true, WinMASS works under Reflection.

When this setting is false, WinMASS translation is not supported.

See Also