Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.

Declaration Syntax
public bool JsonNet35BinaryCompatibility { get; set; }
Public Property JsonNet35BinaryCompatibility As Boolean
Get
Set
public:
property bool JsonNet35BinaryCompatibility {
bool get ();
void set (bool value);
}
Value
true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)