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


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