JsonProperty.Value プロパティ

定義

このプロパティの値を取得します。

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

プロパティ値

このプロパティの値。

適用対象