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

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