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


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