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


In This Topic
    IsAlphaOnlyField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is an alpha-only field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAlphaOnlyField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsAlphaOnlyField
    public bool IsAlphaOnlyField {get;}
    Example
    HostField host;
    bool AlphaField = host.IsAlphaOnlyField;
    See Also