Freigeben über


JsonArray.ValueType Eigenschaft

Definition

Ruft den Typ der Werte innerhalb des Arrays ab. Mögliche Typen werden von JsonValueType definiert.

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

Eigenschaftswert

Der JSON-Werttyp.

Implementiert

Gilt für: