IJsonValue.ValueType 属性

定义

获取封装的 JSON 值的类型。 可能的类型由 JsonValueType 定义。

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

属性值

JSON 值类型。

适用于