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


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