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


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