JsonArray.ValueType 屬性

定義

取得陣列內值的型別。 可能的型別是由 JsonValueType所定義。

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

屬性值

JSON 數值型別。

實作

適用於