InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsDbcsMixed Property


In This Topic
    IsDbcsMixed Property (HostField)
    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
    public bool IsDbcsMixed {get;}
    See Also