Share via


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

属性值

此属性的值。

适用于