JsonValue.ValueType プロパティ

定義

カプセル化された JSON 値の型を取得します。 使用できる型は 、JsonValueType によって定義されます。

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

プロパティ値

JSON 値の型。

実装

適用対象