Share via


JsonPatchProperty.Property Property

Definition

Gets or sets JsonProperty.

public:
 property Newtonsoft::Json::Serialization::JsonProperty ^ Property { Newtonsoft::Json::Serialization::JsonProperty ^ get(); void set(Newtonsoft::Json::Serialization::JsonProperty ^ value); };
public Newtonsoft.Json.Serialization.JsonProperty Property { get; set; }
member this.Property : Newtonsoft.Json.Serialization.JsonProperty with get, set
Public Property Property As JsonProperty

Property Value

Newtonsoft.Json.Serialization.JsonProperty

Applies to