JsonProperty.Value Property

Definition

Gets the value of this property.

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

Property Value

The value of this property.

Applies to