Json.NET - Quick Starts & API Documentation
ContractResolver Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchemaGenerator ► ContractResolver
Gets or sets the contract resolver.

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); }

The contract resolver.