Json.NET - Quick Starts & API Documentation
Binder Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsBinder
Gets or sets the SerializationBinder used by the serializer when resolving type names.
Declaration Syntax
C#Visual BasicVisual C++
public SerializationBinder Binder { get; set; }
Public Property Binder As SerializationBinder
	Get
	Set
public:
property SerializationBinder^ Binder {
	SerializationBinder^ get ();
	void set (SerializationBinder^ value);
}
Value
The binder.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)