JsonValue.ValueType Eigenschaft

Definition

Ruft den Typ des gekapselten JSON-Werts ab. Mögliche Typen werden durch JsonValueType definiert.

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

Eigenschaftswert

Der JSON-Werttyp.

Implementiert

Gilt für: