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 數值型別。

適用於