JsonValue.ValueType Property

Definition

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 = jsonValue.valueType;
Public ReadOnly Property ValueType As JsonValueType

Property Value

The JSON value type.

Implements

Applies to