ItemIsReference Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemIsReference Property
NamespacesNewtonsoft.JsonJsonContainerAttributeItemIsReference
Gets or sets a value that indicates whether to preserve collection's items references.
Declaration Syntax
C# Visual Basic Visual C++
public bool ItemIsReference { get; set; }
Public Property ItemIsReference As Boolean
	Get
	Set
public:
property bool ItemIsReference {
	bool get ();
	void set (bool value);
}
Value
true to keep collection's items object references; otherwise, false. The default is false.

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