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


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