Share via


IJsonValue.ValueType Property

Definition

Overloads

ValueType

Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.

ValueType

Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.

public:
 property JsonValueType ValueType { JsonValueType get(); };
JsonValueType ValueType();
public JsonValueType ValueType { get; }
var jsonValueType = iJsonValue.valueType;
Public ReadOnly Property ValueType As JsonValueType

Property Value

The JSON value type.

Applies to