Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsDbcsMixed Property


In This Topic
IsDbcsMixed Property
In This Topic
Gets a value indicating whether the field is a DBCS Mixed field.
Syntax
'Declaration
 
Public ReadOnly Property IsDbcsMixed As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsDbcsMixed
See Also