JsonPatchDocument.ContractResolver Property

Definition

public:
 property Newtonsoft::Json::Serialization::IContractResolver ^ ContractResolver { Newtonsoft::Json::Serialization::IContractResolver ^ get(); void set(Newtonsoft::Json::Serialization::IContractResolver ^ value); };
[Newtonsoft.Json.JsonIgnore]
public Newtonsoft.Json.Serialization.IContractResolver ContractResolver { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ContractResolver : Newtonsoft.Json.Serialization.IContractResolver with get, set
Public Property ContractResolver As IContractResolver

Property Value

Newtonsoft.Json.Serialization.IContractResolver

Implements

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to