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

속성 값

JsonElement

이 속성의 값입니다.

적용 대상