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


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