Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NNumericFieldValue Class / FieldValueType Property


In This Topic
    FieldValueType Property (NNumericFieldValue)
    In This Topic
    Gets the field type (numeric, datetime, string etc.)
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property FieldValueType As ENFieldValueType
    'Usage
     
    
    Dim instance As NNumericFieldValue
    Dim value As ENFieldValueType
     
    value = instance.FieldValueType
    public override ENFieldValueType FieldValueType {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also