Json.NET - Quick Starts & API Documentation
IsReference Property
NamespacesNewtonsoft.JsonJsonContainerAttributeIsReference
Gets or sets a value that indicates whether to preserve object reference data.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsReference { get; set; }
Public Property IsReference As Boolean
public:
property bool IsReference {
	bool get ();
	void set (bool value);
}
Value
true to keep object reference; otherwise, false. The default is false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)