Gets or sets a value indicating whether null items are allowed in the collection.

Declaration Syntax
public bool AllowNullItems { get; set; }Public Property AllowNullItems As Boolean
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: 3.5.0.0 (3.5.0.0)