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


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