Discuss this help topic in SecureBlackbox Forum

TElJsonValue.ValueType

TElJsonValue     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    TSBJsonType ValueType;

[VB.NET]
    Property ValueType As TSBJsonType

[Pascal]
    property ValueType : TSBJsonType;

[C++]
    TSBJsonType get_ValueType();

[PHP]
    integer get_ValueType()

[Java]
    TSBJsonType getValueType();

Possible types

Description

    Returns current type of the value.

See also:         

Discuss this help topic in SecureBlackbox Forum