AllowNullItems Property

Json.NET

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

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