InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsDbcsOpen Property


In This Topic
    IsDbcsOpen Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a DBCS Open field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDbcsOpen As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsDbcsOpen
    public bool IsDbcsOpen {get;}
    See Also