AllowAdditionalProperties Property

Json.NET

Json.NET - Quick Starts & API Documentation AllowAdditionalProperties Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaAllowAdditionalProperties
Gets or sets a value indicating whether additional properties are allowed.
Declaration Syntax
C# Visual Basic Visual C++
public bool AllowAdditionalProperties { get; set; }
Public Property AllowAdditionalProperties As Boolean
	Get
	Set
public:
property bool AllowAdditionalProperties {
	bool get ();
	void set (bool value);
}
Value
true if additional properties are allowed; otherwise, false.

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