Share via


JsonValue.ValueType Proprietà

Definizione

Ottiene il tipo del valore JSON incapsulato. I tipi possibili sono definiti da JsonValueType.

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

Valore della proprietà

Tipo di valore JSON.

Implementazioni

Si applica a