Share via


ObjectAdapter.ContractResolver Property

Definition

Gets or sets the Newtonsoft.Json.Serialization.IContractResolver.

public:
 property Newtonsoft::Json::Serialization::IContractResolver ^ ContractResolver { Newtonsoft::Json::Serialization::IContractResolver ^ get(); };
public Newtonsoft.Json.Serialization.IContractResolver ContractResolver { get; }
member this.ContractResolver : Newtonsoft.Json.Serialization.IContractResolver
Public ReadOnly Property ContractResolver As IContractResolver

Property Value

Newtonsoft.Json.Serialization.IContractResolver

Applies to