CheckAdditionalContent Property

Json.NET

Json.NET - Quick Starts & API Documentation CheckAdditionalContent Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsCheckAdditionalContent
Gets a value indicating whether there will be a check for additional content after deserializing an object.
Declaration Syntax
C# Visual Basic Visual C++
public bool CheckAdditionalContent { get; set; }
Public Property CheckAdditionalContent As Boolean
	Get
	Set
public:
property bool CheckAdditionalContent {
	bool get ();
	void set (bool value);
}
Value
true if there will be a check for additional content after deserializing an object; otherwise, false.

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