JsonElement.ValueKind Özellik

Tanım

Geçerli JSON değerinin türünü alır.

public:
 property System::Text::Json::JsonValueKind ValueKind { System::Text::Json::JsonValueKind get(); };
public System.Text.Json.JsonValueKind ValueKind { get; }
member this.ValueKind : System.Text.Json.JsonValueKind
Public ReadOnly Property ValueKind As JsonValueKind

Özellik Değeri

Geçerli JSON değerinin türü.

Özel durumlar

Üst JsonDocument öğe atılmış.

Şunlara uygulanır