ContractResolver Property

Json.NET

Json.NET - Quick Starts & API Documentation ContractResolver Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaGeneratorContractResolver
Gets or sets the contract resolver.
Declaration Syntax
C# Visual Basic Visual C++
public IContractResolver ContractResolver { get; set; }
Public Property ContractResolver As IContractResolver
	Get
	Set
public:
property IContractResolver^ ContractResolver {
	IContractResolver^ get ();
	void set (IContractResolver^ value);
}
Value
The contract resolver.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)