IJsonPatchDocument.ContractResolver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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