Share via


IJsonPatchDocument.ContractResolver Property

Definition

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

Property Value

Newtonsoft.Json.Serialization.IContractResolver

Applies to